public class PrepareCommandImpl extends CommandImpl implements PrepareCommand
error, exception, networkTimeout, notices
Constructor and Description |
---|
PrepareCommandImpl(String statementName,
String query,
List<Type> parseParameterTypes) |
Modifier and Type | Method and Description |
---|---|
void |
execute(ProtocolImpl protocol) |
List<Type> |
getDescribedParameterTypes() |
List<ResultField> |
getDescribedResultFields() |
List<Type> |
getParseParameterTypes() |
String |
getQuery() |
String |
getStatementName() |
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 String getQuery()
public String getStatementName()
getStatementName
in interface PrepareCommand
public List<Type> getParseParameterTypes()
getParseParameterTypes
in interface PrepareCommand
public List<Type> getDescribedParameterTypes()
getDescribedParameterTypes
in interface PrepareCommand
public List<ResultField> getDescribedResultFields()
getDescribedResultFields
in interface PrepareCommand
public void execute(ProtocolImpl protocol) throws IOException
execute
in class CommandImpl
IOException
Copyright © 2013–2017 impossibl.com. All rights reserved.