Uses of Class
com.google.cloud.spanner.connection.StatementResult.ClientSideStatementType
-
Packages that use StatementResult.ClientSideStatementType Package Description com.google.cloud.spanner.connection Internal API for Google Cloud Spanner. -
-
Uses of StatementResult.ClientSideStatementType in com.google.cloud.spanner.connection
Methods in com.google.cloud.spanner.connection that return StatementResult.ClientSideStatementType Modifier and Type Method Description StatementResult.ClientSideStatementTypeAbstractStatementParser.ParsedStatement. getClientSideStatementType()Returns theStatementResult.ClientSideStatementTypeof this statement.StatementResult.ClientSideStatementTypeStatementResult. getClientSideStatementType()static StatementResult.ClientSideStatementTypeStatementResult.ClientSideStatementType. valueOf(String name)Returns the enum constant of this type with the specified name.static StatementResult.ClientSideStatementType[]StatementResult.ClientSideStatementType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-