Class TokenBase
- java.lang.Object
-
- org.apache.derby.impl.sql.compile.TokenBase
-
abstract class TokenBase extends java.lang.ObjectBase class for the Token class generated by JavaCC.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intbeginOffsetbeginOffset and endOffset are useful for siphoning substrings out of the Statement so that we can recompile the substrings at upgrade time.(package private) intendOffsetbeginOffset and endOffset are useful for siphoning substrings out of the Statement so that we can recompile the substrings at upgrade time.
-
Constructor Summary
Constructors Constructor Description TokenBase()
-
-
-
Field Detail
-
beginOffset
int beginOffset
beginOffset 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 endOffset
beginOffset 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.
-
-