Class BackendConnection.NoResult (0.8.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicstaticfinalclass BackendConnection.NoResultimplementsStatementResultStatementResult implementation for statements that do not return anything (e.g. DDL).
Implements
StatementResultInherited Members
Constructors
NoResult(String commandTag)
publicNoResult(StringcommandTag) Name
Description
Methods
getClientSideStatementType()
publicStatementResult.ClientSideStatementTypegetClientSideStatementType() Type
Description
getCommandTag()
publicStringgetCommandTag() Type
Description
getResultSet()
publicResultSetgetResultSet() Type
Description
com.google.cloud.spanner.ResultSet
getResultType()
publicStatementResult.ResultTypegetResultType() Type
Description
getUpdateCount()
publicLonggetUpdateCount() Type
Description
hasCommandTag()
publicbooleanhasCommandTag() Type
Description