org.apache.derby.impl.sql.compile
Class TokenBase

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

abstract class TokenBase
extends java.lang.Object

Base class for the Token class generated by JavaCC.


Field Summary
(package private)  int beginOffset
          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 endOffset
          beginOffset and endOffset are useful for siphoning substrings out of the Statement so that we can recompile the substrings at upgrade time.
 
Constructor Summary
TokenBase()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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.

Constructor Detail

TokenBase

TokenBase()

Built on Wed 2013-06-12 15:21:56+0000, from revision ???

Apache Derby V10.10 Internals - Copyright © 2004,2013 The Apache Software Foundation. All Rights Reserved.