public class BindExecCommandImpl extends CommandImpl implements BindExecCommand
QueryCommand.ResultBatch, QueryCommand.Statuserror, exception, networkTimeout, notices| Constructor and Description |
|---|
BindExecCommandImpl(String portalName,
String statementName,
List<Type> parameterTypes,
List<Object> parameterValues,
List<ResultField> resultFields,
Class<?> rowType) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(ProtocolImpl protocol) |
int |
getMaxFieldLength() |
int |
getMaxRows() |
List<Type> |
getParameterTypes() |
List<Object> |
getParameterValues() |
String |
getPortalName() |
long |
getQueryTimeout() |
List<QueryCommand.ResultBatch> |
getResultBatches() |
String |
getStatementName() |
QueryCommand.Status |
getStatus() |
void |
reset() |
void |
setMaxFieldLength(int maxFieldLength) |
void |
setMaxRows(int maxRows) |
void |
setParameterTypes(List<Type> parameterTypes) |
void |
setParameterValues(List<Object> parameterValues) |
void |
setQueryTimeout(long queryTimeout) |
addNotice, enableCancelTimer, getError, getException, getNetworkTimeout, getWarnings, setError, setException, setNetworkTimeout, waitForclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetError, getException, getNetworkTimeout, getWarnings, setNetworkTimeoutpublic void reset()
public long getQueryTimeout()
getQueryTimeout in interface QueryCommandpublic void setQueryTimeout(long queryTimeout)
setQueryTimeout in interface QueryCommandpublic String getStatementName()
getStatementName in interface BindExecCommandpublic String getPortalName()
getPortalName in interface BindExecCommandpublic QueryCommand.Status getStatus()
getStatus in interface QueryCommandpublic List<Type> getParameterTypes()
getParameterTypes in interface BindExecCommandpublic void setParameterTypes(List<Type> parameterTypes)
setParameterTypes in interface BindExecCommandpublic List<Object> getParameterValues()
getParameterValues in interface BindExecCommandpublic void setParameterValues(List<Object> parameterValues)
setParameterValues in interface BindExecCommandpublic int getMaxRows()
getMaxRows in interface QueryCommandpublic void setMaxRows(int maxRows)
setMaxRows in interface QueryCommandpublic int getMaxFieldLength()
getMaxFieldLength in interface QueryCommandpublic void setMaxFieldLength(int maxFieldLength)
setMaxFieldLength in interface QueryCommandpublic List<QueryCommand.ResultBatch> getResultBatches()
getResultBatches in interface QueryCommandpublic void execute(ProtocolImpl protocol) throws IOException
execute in class CommandImplIOExceptionCopyright © 2013-2015 impossibl.com. All Rights Reserved.