Serialized Form
-
Package bbd.jportal2
-
Class bbd.jportal2.Const extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class bbd.jportal2.Database extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
flags
Vector<String> flags
-
generatedOutputFiles
ArrayList<GeneratedFiles> generatedOutputFiles
-
imports
Vector<String> imports
-
name
String name
-
output
String output
-
packageName
String packageName
-
password
String password
-
schema
String schema
-
sequences
Vector<Sequence> sequences
-
server
String server
-
tables
Vector<Table> tables
-
templateOutputOptions
JPortalTemplateOutputOptions templateOutputOptions
-
userid
String userid
-
views
Vector<View> views
-
-
Class bbd.jportal2.Enum extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
value
int value
-
-
Class bbd.jportal2.Field extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
alias
String alias
Name to use in the class if not present (normal case) then name is used -
bindPos
int bindPos
-
checkValue
String checkValue
Check Constraint to applied to field by the database -
comments
Vector<String> comments
Array of comments associated with the field -
defaultValue
String defaultValue
Default value to apply for the field on insert if not specified -
definePos
int definePos
-
enumLink
String enumLink
-
enums
Vector<Enum> enums
-
enumType
String enumType
-
isCalc
boolean isCalc
Indicates the field is a calculated column on the database -
isExtStd
boolean isExtStd
Indicates the field is EXT -
isExtStdOut
boolean isExtStdOut
-
isIn
boolean isIn
Indicates the field is INPUT -
isLiteral
boolean isLiteral
Indicates the field can is a Literal -
isNull
boolean isNull
Indicates the field can be NULL on the database -
isOut
boolean isOut
Indicates the field is OUTPUT -
isPrimaryKey
boolean isPrimaryKey
Indicates field is used in the primary key -
isSequence
boolean isSequence
Indicates the field is a Sequence -
length
int length
Length of field -
literalName
String literalName
-
name
String name
Name to use in the database -
precision
int precision
No of digits in a numeric field -
scale
int scale
No of digits after the decimal point|comma -
type
byte type
Type of field -
valueList
Vector<String> valueList
-
-
Class bbd.jportal2.Flag extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class bbd.jportal2.Grant extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class bbd.jportal2.Key extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class bbd.jportal2.Line extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
isVar
boolean isVar
-
line
ArrayList<bbd.jportal2.ISQLProcToken> line
-
options
JPortalTemplateOutputOptions options
-
-
Class bbd.jportal2.Link extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
Class bbd.jportal2.Parameter extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class bbd.jportal2.ParseException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token. -
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse. -
tokenImage
String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
-
-
Class bbd.jportal2.PlaceHolder extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
command
StringBuffer command
-
pairs
Vector<PlaceHolderPairs> pairs
-
proc
Proc proc
-
questionsSeen
int questionsSeen
-
totalDynamicSize
int totalDynamicSize
-
upper
StringBuffer upper
-
varPrefix
String varPrefix
-
-
Class bbd.jportal2.PlaceHolderPairs extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
field
Field field
-
pos
int pos
-
-
Class bbd.jportal2.Proc extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
comments
Vector<String> comments
The reasons and debates for the procedure -
dynamics
Vector<String> dynamics
List of dynamic SQL code fields -
dynamicSizes
Vector<Integer> dynamicSizes
List of dynamic SQL code field sizes -
dynamicStrung
Vector<Boolean> dynamicStrung
List of dynamic SQL code field sizes -
extendsStd
boolean extendsStd
Indicates the procedures extends the Standard Table definition -
fields
Vector<String> fields
SelectBy DeleteBy std proc fields -
from
String from
name of procedure -
hasImage
boolean hasImage
Indicates the procedure has an Image field -
hasReturning
boolean hasReturning
-
hasUpdates
boolean hasUpdates
-
inputs
Vector<Field> inputs
List of input fields -
isAction
boolean isAction
Indicates an action no result is expected -
isBuiltIn
boolean isBuiltIn
Is this one of the built-in Procs i.e Insert, SelectOne, Delete, SelectAll etc -
isData
boolean isData
If the procedure is only to produce passthru SQL Code -
isIdlCode
boolean isIdlCode
If the procedure is only to produce passthru SQL Code -
isInsert
boolean isInsert
Indicates the procedure is the Insert procedure -
isMultipleInput
boolean isMultipleInput
Indicates a single result is expected -
isProc
boolean isProc
Indicates the procedure uses stored procedure logic Code -
isSingle
boolean isSingle
Indicates a single result is expected -
isSProc
boolean isSProc
Indicates the procedure uses stored procedure logic Code -
isSql
boolean isSql
Indicates the procedure is internal SQL code -
isStd
boolean isStd
Indicates procedure is a Standard procedure -
isUpdate
boolean isUpdate
Indicates a update Proc -
lines
Vector<Line> lines
SQL code for accessing the table -
name
String name
name of procedure -
noRows
int noRows
name of rows on multiples -
options
Vector<String> options
Generate options for procedure -
orderFields
Vector<Field> orderFields
Select in order fields -
outputs
Vector<Field> outputs
List of output fields -
placeHolders
Vector<String> placeHolders
SQL code for accessing the table -
start
int start
Code starts at line -
table
Table table
parent table -
updateFields
Vector<String> updateFields
SelectFor update fields -
useKey
boolean useKey
Indicates the procedures uses the Primary key -
username
String username
user name of procedure -
useStd
boolean useStd
Indicates the procedure uses the Standard Table definition -
where
String where
name of procedure
-
-
Class bbd.jportal2.Sequence extends Object implements Serializable
- serialVersionUID:
- 9000568162957080666L
-
Serialized Fields
-
cycleFlag
boolean cycleFlag
-
increment
int increment
-
maxValue
long maxValue
-
minValue
long minValue
-
name
String name
-
orderFlag
boolean orderFlag
-
start
int start
Code starts at line -
startWith
long startWith
-
-
Class bbd.jportal2.SingleFileCompilerException extends RuntimeException implements Serializable
-
Class bbd.jportal2.SQLProcDynamicSQLVariableToken extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
isVar
boolean isVar
-
value
String value
-
-
Class bbd.jportal2.SQLProcEngineSugarToken extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
isVar
boolean isVar
-
value
SQLProcEngineSugarToken.EngineSugarType value
-
-
Class bbd.jportal2.SQLProcFieldToken extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
isVar
boolean isVar
-
value
Field value
-
-
Class bbd.jportal2.SQLProcFieldVariableToken extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
isVar
boolean isVar
-
value
Field value
-
-
Class bbd.jportal2.SQLProcProcNameToken extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
isVar
boolean isVar
-
value
String value
-
-
Class bbd.jportal2.SQLProcSchemaToken extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
isVar
boolean isVar
-
value
String value
-
-
Class bbd.jportal2.SQLProcStringToken extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
isVar
boolean isVar
-
value
String value
-
-
Class bbd.jportal2.SQLProcTableNameToken extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
isVar
boolean isVar
-
value
Table value
-
-
Class bbd.jportal2.Table extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
alias
String alias
-
allUsers
Vector<String> allUsers
-
check
String check
-
comments
Vector<String> comments
-
consts
Vector<Const> consts
-
database
Database database
-
fields
Vector<Field> fields
-
grants
Vector<Grant> grants
-
hasAutoTimeStamp
boolean hasAutoTimeStamp
-
hasBigJSON
boolean hasBigJSON
-
hasBigXML
boolean hasBigXML
-
hasDelete
boolean hasDelete
-
hasExecute
boolean hasExecute
-
hasIdentity
boolean hasIdentity
-
hasInsert
boolean hasInsert
-
hasPrimaryKey
boolean hasPrimaryKey
-
hasSelect
boolean hasSelect
-
hasSequence
boolean hasSequence
-
hasSequenceReturning
boolean hasSequenceReturning
-
hasStdProcs
boolean hasStdProcs
-
hasTimeStamp
boolean hasTimeStamp
-
hasUpdate
boolean hasUpdate
-
hasUserStamp
boolean hasUserStamp
-
isLiteral
boolean isLiteral
-
isStoredProc
boolean isStoredProc
-
keys
Vector<Key> keys
-
links
Vector<Link> links
-
literalName
String literalName
-
name
String name
-
options
Vector<String> options
-
parameters
Vector<Parameter> parameters
-
procs
Vector<Proc> procs
-
start
int start
-
views
Vector<View> views
-
-
Class bbd.jportal2.Token extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
The column number of the first character of this Token. -
beginLine
int beginLine
The line number of the first character of this Token. -
endColumn
int endColumn
The column number of the last character of this Token. -
endLine
int endLine
The line number of the last character of this Token. -
image
String image
The string image of the token. -
kind
int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java. -
next
Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field. -
specialToken
Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.
-
-
Class bbd.jportal2.TokenMgrException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
Class bbd.jportal2.Value extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class bbd.jportal2.View extends Object implements Serializable
- serialVersionUID:
- 1L
-