public class BindExecCommandImpl extends CommandImpl implements BindExecCommand
QueryCommand.ResultBatch, QueryCommand.Status
error, 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, waitFor
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getError, getException, getNetworkTimeout, getWarnings, setNetworkTimeout
public void reset()
public long getQueryTimeout()
getQueryTimeout
in interface QueryCommand
public void setQueryTimeout(long queryTimeout)
setQueryTimeout
in interface QueryCommand
public String getStatementName()
getStatementName
in interface BindExecCommand
public String getPortalName()
getPortalName
in interface BindExecCommand
public QueryCommand.Status getStatus()
getStatus
in interface QueryCommand
public List<Type> getParameterTypes()
getParameterTypes
in interface BindExecCommand
public void setParameterTypes(List<Type> parameterTypes)
setParameterTypes
in interface BindExecCommand
public List<Object> getParameterValues()
getParameterValues
in interface BindExecCommand
public void setParameterValues(List<Object> parameterValues)
setParameterValues
in interface BindExecCommand
public int getMaxRows()
getMaxRows
in interface QueryCommand
public void setMaxRows(int maxRows)
setMaxRows
in interface QueryCommand
public int getMaxFieldLength()
getMaxFieldLength
in interface QueryCommand
public void setMaxFieldLength(int maxFieldLength)
setMaxFieldLength
in interface QueryCommand
public List<QueryCommand.ResultBatch> getResultBatches()
getResultBatches
in interface QueryCommand
public void execute(ProtocolImpl protocol) throws IOException
execute
in class CommandImpl
IOException
Copyright © 2013-2015 impossibl.com. All Rights Reserved.