abstract class TokenBase
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(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 and Description |
---|
TokenBase() |
int beginOffset
int endOffset
Apache Derby V10.11 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.