Class StatementType
- java.lang.Object
-
- migratedb.v1.core.internal.parser.StatementType
-
public class StatementType extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StatementTypeGENERICstatic StatementTypeUNKNOWN
-
Constructor Summary
Constructors Constructor Description StatementType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleantreatAsIfLetter(char c)Whether the character should be treated as if it is a letter; this allows statement types to handle characters that appear in specific contexts
-
-
-
Field Detail
-
GENERIC
public static final StatementType GENERIC
-
UNKNOWN
public static final StatementType UNKNOWN
-
-