Uses of Class
com.google.cloud.spanner.connection.AbstractStatementParser.StatementType
-
Packages that use AbstractStatementParser.StatementType Package Description com.google.cloud.spanner.connection Internal API for Google Cloud Spanner. -
-
Uses of AbstractStatementParser.StatementType in com.google.cloud.spanner.connection
Methods in com.google.cloud.spanner.connection that return AbstractStatementParser.StatementType Modifier and Type Method Description AbstractStatementParser.StatementTypeAbstractStatementParser.ParsedStatement. getType()Returns the type of statement that was recognized by the parser.static AbstractStatementParser.StatementTypeAbstractStatementParser.StatementType. valueOf(String name)Returns the enum constant of this type with the specified name.static AbstractStatementParser.StatementType[]AbstractStatementParser.StatementType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-