Class DeallocateStatement (0.17.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicclass DeallocateStatementextendsIntermediatePortalStatementInheritance
java.lang.Object > IntermediateStatement > IntermediatePreparedStatement > IntermediatePortalStatement > DeallocateStatementInherited Members
Constructors
DeallocateStatement(ConnectionHandler connectionHandler, OptionsMetadata options, String name, AbstractStatementParser.ParsedStatement parsedStatement, Statement originalStatement)
publicDeallocateStatement(ConnectionHandlerconnectionHandler,OptionsMetadataoptions,Stringname,AbstractStatementParser.ParsedStatementparsedStatement,StatementoriginalStatement) Name
Description
originalStatement
com.google.cloud.spanner.StatementMethods
createPortal(String name, byte[][] parameters, List<Short> parameterFormatCodes, List<Short> resultFormatCodes)
publicIntermediatePortalStatementcreatePortal(Stringname,byte[][]parameters,List<Short>parameterFormatCodes,List<Short>resultFormatCodes)Creates a portal from this statement.
Name
Description
Returns
Type
Description
Overrides
describeAsync(BackendConnection backendConnection)
publicFuture<StatementResult>describeAsync(BackendConnectionbackendConnection) Name
Description
Returns
Type
Description
Overrides
executeAsync(BackendConnection backendConnection)
publicvoidexecuteAsync(BackendConnectionbackendConnection) Name
Description
Overrides
getCommandTag()
publicStringgetCommandTag() Type
Description
Overrides
getStatementType()
publicAbstractStatementParser.StatementTypegetStatementType() Type
Description
Overrides