com.metamatrix.soap.sqlquerywebservice.helper
Class RequestInfo
java.lang.Object
com.metamatrix.soap.sqlquerywebservice.helper.RequestInfo
public class RequestInfo
- extends java.lang.Object
Request information used for a specific query.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
RequestInfo
public RequestInfo()
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.