com.metamatrix.soap.sqlquerywebservice.helper
Class RequestInfo

java.lang.Object
  extended by com.metamatrix.soap.sqlquerywebservice.helper.RequestInfo

public class RequestInfo
extends java.lang.Object

Request information used for a specific query.


Field Summary
protected  java.lang.String[] bindParameters
           
protected  java.lang.String commandPayload
           
protected  CursorType cursorType
           
protected  int fetchSize
           
protected  boolean partialResults
           
protected  RequestType requestType
           
protected  java.lang.String sqlString
           
protected  TransactionAutoWrapType transactionAutoWrapMode
           
protected  boolean useResultSetCache
           
protected  java.lang.String xmlFormat
           
protected  java.lang.String xmlStyleSheet
           
protected  boolean xmlValidationMode
           
 
Constructor Summary
RequestInfo()
           
 
Method Summary
 java.lang.String[] getBindParameters()
           
 java.lang.String getCommandPayload()
           
 CursorType getCursorType()
           
 int getFetchSize()
           
 RequestType getRequestType()
           
 java.lang.String getSqlString()
           
 TransactionAutoWrapType getTransactionAutoWrapMode()
           
 java.lang.String getXmlFormat()
           
 java.lang.String getXmlStyleSheet()
           
 boolean isPartialResults()
           
 boolean isUseResultSetCache()
           
 boolean isXmlValidationMode()
           
 void setBindParameters(java.lang.String[] bindParameters)
           
 void setCommandPayload(java.lang.String commandPayload)
           
 void setCursorType(CursorType cursorType)
           
 void setFetchSize(int fetchSize)
           
 void setPartialResults(boolean partialResults)
           
 void setRequestType(RequestType requestType)
           
 void setSqlString(java.lang.String sqlString)
           
 void setTransactionAutoWrapMode(TransactionAutoWrapType transactionAutoWrapMode)
           
 void setUseResultSetCache(boolean useResultSetCache)
           
 void setXmlFormat(java.lang.String xmlFormat)
           
 void setXmlStyleSheet(java.lang.String xmlStyleSheet)
           
 void setXmlValidationMode(boolean xmlValidationMode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bindParameters

protected java.lang.String[] bindParameters

commandPayload

protected java.lang.String commandPayload

cursorType

protected CursorType cursorType

fetchSize

protected int fetchSize

partialResults

protected boolean partialResults

requestType

protected RequestType requestType

sqlString

protected java.lang.String sqlString

transactionAutoWrapMode

protected TransactionAutoWrapType transactionAutoWrapMode

useResultSetCache

protected boolean useResultSetCache

xmlFormat

protected java.lang.String xmlFormat

xmlStyleSheet

protected java.lang.String xmlStyleSheet

xmlValidationMode

protected boolean xmlValidationMode
Constructor Detail

RequestInfo

public RequestInfo()
Method Detail

getBindParameters

public java.lang.String[] getBindParameters()

setBindParameters

public void setBindParameters(java.lang.String[] bindParameters)

getCommandPayload

public java.lang.String getCommandPayload()

setCommandPayload

public void setCommandPayload(java.lang.String commandPayload)

getCursorType

public CursorType getCursorType()

setCursorType

public void setCursorType(CursorType cursorType)

getFetchSize

public int getFetchSize()

setFetchSize

public void setFetchSize(int fetchSize)

isPartialResults

public boolean isPartialResults()

setPartialResults

public void setPartialResults(boolean partialResults)

getRequestType

public RequestType getRequestType()

setRequestType

public void setRequestType(RequestType requestType)

getSqlString

public java.lang.String getSqlString()

setSqlString

public void setSqlString(java.lang.String sqlString)

getTransactionAutoWrapMode

public TransactionAutoWrapType getTransactionAutoWrapMode()

setTransactionAutoWrapMode

public void setTransactionAutoWrapMode(TransactionAutoWrapType transactionAutoWrapMode)

isUseResultSetCache

public boolean isUseResultSetCache()

setUseResultSetCache

public void setUseResultSetCache(boolean useResultSetCache)

getXmlFormat

public java.lang.String getXmlFormat()

setXmlFormat

public void setXmlFormat(java.lang.String xmlFormat)

getXmlStyleSheet

public java.lang.String getXmlStyleSheet()

setXmlStyleSheet

public void setXmlStyleSheet(java.lang.String xmlStyleSheet)

isXmlValidationMode

public boolean isXmlValidationMode()

setXmlValidationMode

public void setXmlValidationMode(boolean xmlValidationMode)


Copyright © 2009. All Rights Reserved.