Class StatementType
java.lang.Object
migratedb.v1.core.internal.parser.StatementType
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleantreatAsIfLetter(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 Details
-
GENERIC
-
UNKNOWN
-
-
Constructor Details
-
StatementType
public StatementType()
-
-
Method Details
-
treatAsIfLetter
public boolean treatAsIfLetter(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- Parameters:
c-- Returns:
-