Enum AbstractStatementParser.StatementType (6.66.0)

public enum AbstractStatementParser.StatementType extends Enum<AbstractStatementParser.StatementType>

The type of statement that has been recognized by the parser.

Static Fields

Name Description
CLIENT_SIDE
DDL
QUERY
UNKNOWN
UPDATE

Static Methods

Name Description
valueOf(String name)
values()