Class TokenBase
java.lang.Object
org.apache.derby.impl.sql.compile.TokenBase
Base class for the Token class generated by JavaCC.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int
beginOffset and endOffset are useful for siphoning substrings out of the Statement so that we can recompile the substrings at upgrade time.(package private) int
beginOffset and endOffset are useful for siphoning substrings out of the Statement so that we can recompile the substrings at upgrade time. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
beginOffset
int beginOffsetbeginOffset and endOffset are useful for siphoning substrings out of the Statement so that we can recompile the substrings at upgrade time. For instance, VIEW definitions and the Restrictions on Published Tables need to be recompiled at upgrade time. -
endOffset
int endOffsetbeginOffset and endOffset are useful for siphoning substrings out of the Statement so that we can recompile the substrings at upgrade time. For instance, VIEW definitions and the Restrictions on Published Tables need to be recompiled at upgrade time.
-
-
Constructor Details
-
TokenBase
TokenBase()
-