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