Enum AbstractStatementParser.StatementType (6.25.0)

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

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

Static Fields

NameDescription
CLIENT_SIDE
DDL
QUERY
UNKNOWN
UPDATE

Static Methods

NameDescription
valueOf(String name)
values()