Uses of Class
com.google.cloud.spanner.connection.AbstractStatementParser.ParsedStatement
-
Packages that use AbstractStatementParser.ParsedStatement Package Description com.google.cloud.spanner.connection Internal API for Google Cloud Spanner. -
-
Uses of AbstractStatementParser.ParsedStatement in com.google.cloud.spanner.connection
Methods in com.google.cloud.spanner.connection that return AbstractStatementParser.ParsedStatement Modifier and Type Method Description AbstractStatementParser.ParsedStatementAbstractStatementParser. parse(Statement statement)Parses the given statement and categorizes it as one of the possibleAbstractStatementParser.StatementTypes.
-