Class TokenBase

java.lang.Object
org.apache.derby.impl.sql.compile.TokenBase

abstract class TokenBase extends Object
Base class for the Token class generated by JavaCC.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (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
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • 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.
  • Constructor Details

    • TokenBase

      TokenBase()