- backup(int) - Static method in class bbd.jportal2.ASCII_CharStream
-
- backup(int) - Static method in class bbd.jportal2.SimpleCharStream
-
Backup a number of characters.
- BaseGenerator - Class in bbd.jportal2
-
- BaseGenerator(Class) - Constructor for class bbd.jportal2.BaseGenerator
-
- bbd.jportal2 - package bbd.jportal2
-
- bbd.jportal2.generators - package bbd.jportal2.generators
-
- bbd.jportal2.generators.FreeMarker - package bbd.jportal2.generators.FreeMarker
-
- beginColumn - Variable in class bbd.jportal2.Token
-
The column number of the first character of this Token.
- beginLine - Variable in class bbd.jportal2.Token
-
The line number of the first character of this Token.
- BeginToken() - Static method in class bbd.jportal2.ASCII_CharStream
-
- BeginToken() - Static method in class bbd.jportal2.SimpleCharStream
-
Start.
- BIGIDENTITY - Static variable in class bbd.jportal2.Field
-
- BIGIDENTITY - Static variable in interface bbd.jportal2.JPortalConstants
-
RegularExpression Id.
- BIGSEQUENCE - Static variable in class bbd.jportal2.Field
-
- BIGSEQUENCE - Static variable in interface bbd.jportal2.JPortalConstants
-
RegularExpression Id.
- BIGXML - Static variable in class bbd.jportal2.Field
-
- BIGXML - Static variable in interface bbd.jportal2.JPortalConstants
-
RegularExpression Id.
- bindPos - Variable in class bbd.jportal2.Field
-
- BLOB - Static variable in class bbd.jportal2.Field
-
- BLOB - Static variable in interface bbd.jportal2.JPortalConstants
-
RegularExpression Id.
- BOOLEAN - Static variable in class bbd.jportal2.Field
-
- BOOLEAN - Static variable in interface bbd.jportal2.JPortalConstants
-
RegularExpression Id.
- bufcolumn - Static variable in class bbd.jportal2.SimpleCharStream
-
- buffer - Static variable in class bbd.jportal2.SimpleCharStream
-
- bufline - Static variable in class bbd.jportal2.SimpleCharStream
-
- bufpos - Static variable in class bbd.jportal2.ASCII_CharStream
-
- bufpos - Static variable in class bbd.jportal2.SimpleCharStream
-
Position in buffer.
- build(JPortal2Arguments, String) - Static method in class bbd.jportal2.ProjectCompilerBuilder
-
- build(JPortal2Arguments) - Static method in class bbd.jportal2.ProjectCompilerBuilder
-
- buildBulkInsert(Proc) - Method in class bbd.jportal2.Table
-
Builds an insert proc generated as part of standard record class
- buildBulkUpdate(Proc) - Method in class bbd.jportal2.Table
-
Builds an update proc generated as part of standard record class
- buildCount(Proc) - Method in class bbd.jportal2.Table
-
Builds a count rows proc
- buildDeleteAll(Proc) - Method in class bbd.jportal2.Table
-
Builds a delete all rows proc
- buildDeleteBy(Proc) - Method in class bbd.jportal2.Table
-
- buildDeleteOne(Proc) - Method in class bbd.jportal2.Table
-
Builds a delete by primary key proc
- buildExists(Proc) - Method in class bbd.jportal2.Table
-
Builds a check for primary key existance proc
- buildIdentity(Proc) - Method in class bbd.jportal2.Table
-
Builds an identity proc generated as part of standard record class
- buildInsert(Proc) - Method in class bbd.jportal2.Table
-
Builds an insert proc generated as part of standard record class
- buildMaxTmStamp(Proc) - Method in class bbd.jportal2.Table
-
Builds a select on primary key proc
- buildMerge(Proc) - Method in class bbd.jportal2.Table
-
Builds a merge proc generated as part of standard record class
- buildSelectAll(Proc, boolean, boolean, boolean, boolean) - Method in class bbd.jportal2.Table
-
Builds a select all rows proc
- buildSelectBy(Proc, boolean, boolean, boolean, boolean) - Method in class bbd.jportal2.Table
-
- buildSelectFrom(Proc, Table) - Method in class bbd.jportal2.Table
-
- buildSelectOne(Proc, boolean, boolean) - Method in class bbd.jportal2.Table
-
Builds a select on primary key proc
- buildUpdate(Proc) - Method in class bbd.jportal2.Table
-
Builds an update proc generated as part of standard record class
- buildUpdateBy(Proc) - Method in class bbd.jportal2.Table
-
Builds an updateby proc generated as part of standard record class
- buildUpdateFor(Proc) - Method in class bbd.jportal2.Table
-
Builds an update proc generated as part of standard record class
- BuiltInGeneratorHelpers - Class in bbd.jportal2
-
- BuiltInGeneratorHelpers() - Constructor for class bbd.jportal2.BuiltInGeneratorHelpers
-
- BULKINSERT - Static variable in interface bbd.jportal2.JPortalConstants
-
RegularExpression Id.
- BULKUPDATE - Static variable in interface bbd.jportal2.JPortalConstants
-
RegularExpression Id.
- BYTE - Static variable in class bbd.jportal2.Field
-
- BYTE - Static variable in interface bbd.jportal2.JPortalConstants
-
RegularExpression Id.
- generate(Database, String) - Method in class bbd.jportal2.generators.CliCCode
-
Generates the procedure classes for each table present.
- generate(Database, String) - Method in class bbd.jportal2.generators.CliCCode2
-
Generates the procedure classes for each table present.
- generate(Database, String) - Method in class bbd.jportal2.generators.CSNetCode
-
- generate(Database, String) - Method in class bbd.jportal2.generators.Db2DDL
-
- generate(Database, String) - Method in class bbd.jportal2.generators.IdlCode
-
Generates the procedure classes for each table present.
- generate(Database, String) - Method in class bbd.jportal2.generators.JavaJCCode
-
- generate(Database, String) - Method in class bbd.jportal2.generators.MSSqlCCode
-
Generates the procedure classes for each table present.
- generate(Database, String) - Method in class bbd.jportal2.generators.MSSqlDDL
-
Generates the SQL for SQLServer Table creation.
- generate(Database, String) - Method in class bbd.jportal2.generators.OracleDDL
-
- generate(Database, String) - Method in class bbd.jportal2.generators.PostgresDDL
-
Generates the SQL for PostgreSQL Table creation.
- generate(Database, String) - Method in class bbd.jportal2.generators.PythonCliCode
-
Generates the procedure classes for each table present.
- generate(Database, String) - Method in class bbd.jportal2.generators.PythonTreeCode
-
- generate(Database, String) - Method in interface bbd.jportal2.IBuiltInGenerator
-
- GENERATE_PROCS_IO_ERROR - Static variable in class bbd.jportal2.generators.JavaJCCode
-
- generateCode(Table, PrintWriter) - Method in class bbd.jportal2.generators.CSNetCode
-
- generateDataTables(Table, PrintWriter) - Method in class bbd.jportal2.generators.CSNetCode
-
- GeneratedFileGroup - Class in bbd.jportal2
-
- GeneratedFileGroup(String, ArrayList<Path>) - Constructor for class bbd.jportal2.GeneratedFileGroup
-
- GeneratedFileGroup(String) - Constructor for class bbd.jportal2.GeneratedFileGroup
-
- GeneratedFiles - Class in bbd.jportal2
-
- GeneratedFiles(String) - Constructor for class bbd.jportal2.GeneratedFiles
-
- generatedOutputFiles - Variable in class bbd.jportal2.Database
-
- generateEnumOrdinals(Table, PrintWriter) - Method in class bbd.jportal2.generators.CliCCode
-
- generateEnumOrdinals(Table, PrintWriter) - Method in class bbd.jportal2.generators.CliCCode2
-
- generateEnumOrdinals(Table, PrintWriter) - Method in class bbd.jportal2.generators.CSNetCode
-
- generateEnumOrdinals(Table, PrintWriter) - Static method in class bbd.jportal2.generators.MSSqlCCode
-
- generatePadding(int) - Method in class bbd.jportal2.generators.CliCCode
-
- generatePadding(int) - Method in class bbd.jportal2.generators.CliCCode2
-
- generatePadding(int) - Static method in class bbd.jportal2.generators.MSSqlCCode
-
- generateParseException() - Static method in class bbd.jportal2.JPortal
-
Generate ParseException.
- generateProcNameComment(Proc) - Static method in class bbd.jportal2.Misc
-
- generateStructPairs(Proc, Vector<Field>, Vector<?>, String, PrintWriter, String, boolean) - Method in class bbd.jportal2.generators.CSNetCode
-
- generateStructs(Table, PrintWriter) - Method in class bbd.jportal2.generators.CSNetCode
-
- generateTemplate(Database, String, String, File) - Method in class bbd.jportal2.generators.FreeMarker.FreeMarker
-
Generates code using a given FreeMarker template
- generateTemplate(Database, String, String, File) - Method in interface bbd.jportal2.ITemplateBasedGenerator
-
- getAlias() - Method in class bbd.jportal2.Field
-
- getAlias() - Method in class bbd.jportal2.Table
-
- getAliases() - Method in class bbd.jportal2.View
-
- getAllEnumFields(Table) - Method in class bbd.jportal2.generators.JavaJCCode
-
- getAllUsers() - Method in class bbd.jportal2.Table
-
- getBeginColumn() - Static method in class bbd.jportal2.ASCII_CharStream
-
- getBeginColumn() - Static method in class bbd.jportal2.SimpleCharStream
-
Get token beginning column number.
- getBeginLine() - Static method in class bbd.jportal2.ASCII_CharStream
-
- getBeginLine() - Static method in class bbd.jportal2.SimpleCharStream
-
Get token beginning line number.
- getBindPos() - Method in class bbd.jportal2.Field
-
- getBuiltinPostProcessors() - Method in class bbd.jportal2.JPortal2Arguments
-
- getBuiltinSIProcessors() - Method in class bbd.jportal2.JPortal2Arguments
-
- getCheck() - Method in class bbd.jportal2.Table
-
- getCheckValue() - Method in class bbd.jportal2.Field
-
- getColumn() - Static method in class bbd.jportal2.ASCII_CharStream
-
Deprecated.
- getComments() - Method in class bbd.jportal2.Field
-
- getComments() - Method in class bbd.jportal2.Proc
-
- getComments() - Method in class bbd.jportal2.Table
-
- getConsts() - Method in class bbd.jportal2.Table
-
- getDatabase() - Method in class bbd.jportal2.Table
-
- getDefaultValue() - Method in class bbd.jportal2.Field
-
- getDefinePos() - Method in class bbd.jportal2.Field
-
- getDynamics() - Method in class bbd.jportal2.Proc
-
- getDynamicSize(String) - Method in class bbd.jportal2.Proc
-
Checks for for name in dynamics list
- getDynamicSizes() - Method in class bbd.jportal2.Proc
-
- getDynamicStrung() - Method in class bbd.jportal2.Proc
-
- getEndColumn() - Static method in class bbd.jportal2.ASCII_CharStream
-
- getEndColumn() - Static method in class bbd.jportal2.SimpleCharStream
-
Get token end column number.
- getEndLine() - Static method in class bbd.jportal2.ASCII_CharStream
-
- getEndLine() - Static method in class bbd.jportal2.SimpleCharStream
-
Get token end line number.
- getEnumLink() - Method in class bbd.jportal2.Field
-
- getEnums() - Method in class bbd.jportal2.Field
-
- getEnumType() - Method in class bbd.jportal2.Field
-
- getField(String) - Method in class bbd.jportal2.Table
-
- getFieldIndex(String) - Method in class bbd.jportal2.Table
-
- getFields() - Method in class bbd.jportal2.Proc
-
- getFields() - Method in class bbd.jportal2.Table
-
- getFileGroupName() - Method in class bbd.jportal2.GeneratedFileGroup
-
- getFileGroups() - Method in class bbd.jportal2.GeneratedFiles
-
- getFiles() - Method in class bbd.jportal2.GeneratedFileGroup
-
- getFlags() - Method in class bbd.jportal2.BaseGenerator
-
- getFlags() - Method in class bbd.jportal2.Database
-
- getFlags() - Method in class bbd.jportal2.generators.CSNetCode
-
- getFlags() - Method in class bbd.jportal2.generators.FreeMarker.FreeMarker
-
- getFlags() - Method in class bbd.jportal2.generators.MSSqlDDL
-
- getFlags() - Method in class bbd.jportal2.generators.PythonCliCode
-
- getFlags() - Method in interface bbd.jportal2.IGenerator
-
- getFlags() - Method in interface bbd.jportal2.IProcessor
-
- getFlags() - Method in class bbd.jportal2.JPortal2Arguments
-
- getFrom() - Method in class bbd.jportal2.Proc
-
- getGeneratedOutputFiles() - Method in class bbd.jportal2.BaseGenerator
-
- getGeneratedOutputFiles() - Method in class bbd.jportal2.Database
-
- getGeneratedOutputFiles() - Method in interface bbd.jportal2.IGenerator
-
- getGeneratedOutputFiles() - Method in interface bbd.jportal2.IProcessor
-
- getGeneratedOutputFiles() - Method in interface bbd.jportal2.ISIProcessor
-
- getGeneratorName() - Method in class bbd.jportal2.GeneratedFiles
-
- getGrants() - Method in class bbd.jportal2.Table
-
- GetImage() - Static method in class bbd.jportal2.ASCII_CharStream
-
- GetImage() - Static method in class bbd.jportal2.SimpleCharStream
-
Get token literal value.
- getImports() - Method in class bbd.jportal2.Database
-
- getIncrement() - Method in class bbd.jportal2.Sequence
-
- getInput(String) - Method in class bbd.jportal2.Proc
-
- getInputDirs() - Method in class bbd.jportal2.JPortal2Arguments
-
- getInputFiles() - Method in class bbd.jportal2.JPortal2Arguments
-
- getInputs() - Method in class bbd.jportal2.Proc
-
- getKeys() - Method in class bbd.jportal2.Table
-
- getLength() - Method in class bbd.jportal2.Field
-
- getLine() - Static method in class bbd.jportal2.ASCII_CharStream
-
Deprecated.
- getLines() - Method in class bbd.jportal2.PlaceHolder
-
- getLines() - Method in class bbd.jportal2.Proc
-
- getLines() - Method in class bbd.jportal2.View
-
- getlineval() - Method in class bbd.jportal2.Line
-
- getLinks() - Method in class bbd.jportal2.Table
-
- getLiteralName() - Method in class bbd.jportal2.Field
-
- getLiteralName() - Method in class bbd.jportal2.Table
-
- getLogFileName() - Method in class bbd.jportal2.JPortal2Arguments
-
- getMaxValue() - Method in class bbd.jportal2.Sequence
-
- getMessage() - Method in exception bbd.jportal2.TokenMgrException
-
You can also modify the body of this method to customize your error messages.
- getMinValue() - Method in class bbd.jportal2.Sequence
-
- getName() - Method in class bbd.jportal2.Database
-
- getName() - Method in class bbd.jportal2.Field
-
- getName() - Method in class bbd.jportal2.Proc
-
- getName() - Method in class bbd.jportal2.Sequence
-
- getName() - Method in class bbd.jportal2.Table
-
- getName() - Method in class bbd.jportal2.View
-
- getNextToken() - Static method in class bbd.jportal2.JPortal
-
Get the next Token.
- getNextToken() - Static method in class bbd.jportal2.JPortalTokenManager
-
Get the next Token.
- getNoRows() - Method in class bbd.jportal2.Proc
-
- getOptions() - Method in class bbd.jportal2.Proc
-
- getOptions() - Method in class bbd.jportal2.Table
-
- getOrderFields() - Method in class bbd.jportal2.Proc
-
- getOutput() - Method in class bbd.jportal2.Database
-
- getOutput(String) - Method in class bbd.jportal2.Proc
-
Checks for for name in output list
- getOutputs() - Method in class bbd.jportal2.Proc
-
- getPackageName() - Method in class bbd.jportal2.Database
-
- getPairs() - Method in class bbd.jportal2.PlaceHolder
-
- getParameters() - Method in class bbd.jportal2.Table
-
- getPassword() - Method in class bbd.jportal2.Database
-
- getPlaceHolders() - Method in class bbd.jportal2.Proc
-
- getPostProcessorTemplateFilesLocation() - Method in interface bbd.jportal2.ITemplateBasedPostProcessor
-
- getPrecision() - Method in class bbd.jportal2.Field
-
- getProc(String) - Method in class bbd.jportal2.Table
-
Returns proc or null
- getProcs() - Method in class bbd.jportal2.Table
-
- getScale() - Method in class bbd.jportal2.Field
-
- getSchema() - Method in class bbd.jportal2.Database
-
- getSequences() - Method in class bbd.jportal2.Database
-
- getServer() - Method in class bbd.jportal2.Database
-
- getSIProcessorTemplateFilesLocation() - Method in interface bbd.jportal2.ITemplateBasedSIProcessor
-
- getStartWith() - Method in class bbd.jportal2.Sequence
-
- GetSuffix(int) - Static method in class bbd.jportal2.ASCII_CharStream
-
- GetSuffix(int) - Static method in class bbd.jportal2.SimpleCharStream
-
Get the suffix.
- getTables() - Method in class bbd.jportal2.Database
-
- getTabSize() - Static method in class bbd.jportal2.SimpleCharStream
-
- getTemplateLocations() - Method in class bbd.jportal2.JPortal2Arguments
-
- getTemplatePostProcessors() - Method in class bbd.jportal2.JPortal2Arguments
-
- getTemplateSIProcessors() - Method in class bbd.jportal2.JPortal2Arguments
-
- getToken(int) - Static method in class bbd.jportal2.JPortal
-
Get the specific Token.
- getTotalDynamicSize() - Method in class bbd.jportal2.PlaceHolder
-
- getType() - Method in class bbd.jportal2.Field
-
- getUpdateFields() - Method in class bbd.jportal2.Proc
-
- getUserid() - Method in class bbd.jportal2.Database
-
- getUsername() - Method in class bbd.jportal2.Proc
-
- getUsers() - Method in class bbd.jportal2.View
-
- getValue() - Method in class bbd.jportal2.Token
-
An optional attribute value of the Token.
- getValueList() - Method in class bbd.jportal2.Field
-
- getViews() - Method in class bbd.jportal2.Database
-
- getViews() - Method in class bbd.jportal2.Table
-
- getWhere() - Method in class bbd.jportal2.Proc
-
- Grant - Class in bbd.jportal2
-
This is used to hold the grants and users of Table and Procedures
- Grant() - Constructor for class bbd.jportal2.Grant
-
Construct default values
- grant - Static variable in class bbd.jportal2.JPortal
-
- GRANT - Static variable in interface bbd.jportal2.JPortalConstants
-
RegularExpression Id.
- grants - Variable in class bbd.jportal2.Table
-
- IBuiltInGenerator - Interface in bbd.jportal2
-
- IBuiltInPostProcessor - Interface in bbd.jportal2
-
- IBuiltInSIProcessor - Interface in bbd.jportal2
-
- IDENTIFIER - Static variable in interface bbd.jportal2.JPortalConstants
-
RegularExpression Id.
- IDENTITY - Static variable in class bbd.jportal2.Field
-
- IDENTITY - Static variable in interface bbd.jportal2.JPortalConstants
-
RegularExpression Id.
- IdlCode - Class in bbd.jportal2.generators
-
- IdlCode() - Constructor for class bbd.jportal2.generators.IdlCode
-
- IDLCODE - Static variable in interface bbd.jportal2.JPortalConstants
-
RegularExpression Id.
- IDLLINE - Static variable in interface bbd.jportal2.JPortalConstants
-
RegularExpression Id.
- IDLSTATE - Static variable in interface bbd.jportal2.JPortalConstants
-
Lexical state.
- IGenerator - Interface in bbd.jportal2
-
- image - Variable in class bbd.jportal2.Token
-
The string image of the token.
- IMPORT - Static variable in interface bbd.jportal2.JPortalConstants
-
RegularExpression Id.
- imports - Variable in class bbd.jportal2.Database
-
- IN - Static variable in interface bbd.jportal2.JPortalConstants
-
RegularExpression Id.
- inBuf - Static variable in class bbd.jportal2.SimpleCharStream
-
- increment - Variable in class bbd.jportal2.Sequence
-
- indexOf(String) - Method in class bbd.jportal2.Proc
-
Checks for for name in input list
- inDir - Static variable in class bbd.jportal2.JPortal
-
- INOUT - Static variable in interface bbd.jportal2.JPortalConstants
-
RegularExpression Id.
- INPUT - Static variable in interface bbd.jportal2.JPortalConstants
-
RegularExpression Id.
- input_stream - Static variable in class bbd.jportal2.JPortalTokenManager
-
- inputs - Variable in class bbd.jportal2.Proc
-
List of input fields
- inputStream - Static variable in class bbd.jportal2.SimpleCharStream
-
- INSERT - Static variable in interface bbd.jportal2.JPortalConstants
-
RegularExpression Id.
- insert - Variable in class bbd.jportal2.Parameter
-
- INT - Static variable in class bbd.jportal2.Field
-
- INT - Static variable in interface bbd.jportal2.JPortalConstants
-
RegularExpression Id.
- INVALID_LEXICAL_STATE - Static variable in exception bbd.jportal2.TokenMgrException
-
Tried to change to an invalid lexical state.
- IPostProcessor - Interface in bbd.jportal2
-
- IProcessor - Interface in bbd.jportal2
-
- isAction - Variable in class bbd.jportal2.Proc
-
Indicates an action no result is expected
- isAction() - Method in class bbd.jportal2.Proc
-
- isCalc - Variable in class bbd.jportal2.Field
-
Indicates the field is a calculated column on the database
- isCalc() - Method in class bbd.jportal2.Field
-
- isCharEmptyAsNull() - Method in class bbd.jportal2.Field
-
Check for empty string as null type fields.
- isCharEmptyOrAnsiAsNull() - Method in class bbd.jportal2.Field
-
- isCycleFlag() - Method in class bbd.jportal2.Sequence
-
- isData - Variable in class bbd.jportal2.Proc
-
If the procedure is only to produce passthru SQL Code
- isData() - Method in class bbd.jportal2.Proc
-
- isDeleteCascade - Variable in class bbd.jportal2.Link
-
- isDProc - Variable in class bbd.jportal2.Link
-
- isEmptyAsNull() - Method in class bbd.jportal2.Field
-
Check for empty string as null type fields.
- isEmptyOrAnsiAsNull() - Method in class bbd.jportal2.Field
-
- isExtendsStd() - Method in class bbd.jportal2.Proc
-
- isExtStd - Variable in class bbd.jportal2.Field
-
Indicates the field is EXT
- isExtStd() - Method in class bbd.jportal2.Field
-
- isExtStdOut - Variable in class bbd.jportal2.Field
-
- isExtStdOut() - Method in class bbd.jportal2.Field
-
- isHasAutoTimeStamp() - Method in class bbd.jportal2.Table
-
- isHasBigXML() - Method in class bbd.jportal2.Table
-
- isHasDelete() - Method in class bbd.jportal2.Table
-
- isHasExecute() - Method in class bbd.jportal2.Table
-
- isHasIdentity() - Method in class bbd.jportal2.Table
-
- isHasImage() - Method in class bbd.jportal2.Proc
-
- isHasInsert() - Method in class bbd.jportal2.Table
-
- isHasPrimaryKey() - Method in class bbd.jportal2.Table
-
- isHasReturning() - Method in class bbd.jportal2.Proc
-
- isHasSelect() - Method in class bbd.jportal2.Table
-
- isHasSequence() - Method in class bbd.jportal2.Table
-
- isHasSequenceReturning() - Method in class bbd.jportal2.Table
-
- isHasStdProcs() - Method in class bbd.jportal2.Table
-
- isHasTimeStamp() - Method in class bbd.jportal2.Table
-
- isHasUpdate() - Method in class bbd.jportal2.Table
-
- isHasUpdates() - Method in class bbd.jportal2.Proc
-
- isHasUserStamp() - Method in class bbd.jportal2.Table
-
- isHelp() - Method in class bbd.jportal2.JPortal2Arguments
-
- isIdlCode - Variable in class bbd.jportal2.Proc
-
If the procedure is only to produce passthru SQL Code
- isIdlCode() - Method in class bbd.jportal2.Proc
-
- isIn - Variable in class bbd.jportal2.Field
-
Indicates the field is INPUT
- isIn() - Method in class bbd.jportal2.Field
-
- isInsert - Variable in class bbd.jportal2.Proc
-
Indicates the procedure is the Insert procedure
- isInsert() - Method in class bbd.jportal2.Proc
-
- ISIProcessor - Interface in bbd.jportal2
-
- isLiteral - Variable in class bbd.jportal2.Field
-
Indicates the field can is a Literal
- isLiteral() - Method in class bbd.jportal2.Field
-
- isLiteral - Variable in class bbd.jportal2.Table
-
- isLiteral() - Method in class bbd.jportal2.Table
-
- isMultipleInput - Variable in class bbd.jportal2.Proc
-
Indicates a single result is expected
- isMultipleInput() - Method in class bbd.jportal2.Proc
-
- isNull - Variable in class bbd.jportal2.Field
-
Indicates the field can be NULL on the database
- isNull() - Method in class bbd.jportal2.Field
-
- isOrderFlag() - Method in class bbd.jportal2.Sequence
-
- isOut - Variable in class bbd.jportal2.Field
-
Indicates the field is OUTPUT
- isOut() - Method in class bbd.jportal2.Field
-
- isPrimary - Variable in class bbd.jportal2.Key
-
Indicates the primary key
- isPrimaryKey - Variable in class bbd.jportal2.Field
-
Indicates field is used in the primary key
- isPrimaryKey() - Method in class bbd.jportal2.Field
-
- isProc - Variable in class bbd.jportal2.Link
-
- isProc - Variable in class bbd.jportal2.Proc
-
Indicates the procedure uses stored procedure logic Code
- isProc() - Method in class bbd.jportal2.Proc
-
- isSequence - Variable in class bbd.jportal2.Field
-
Indicates the field is a Sequence
- isSequence() - Method in class bbd.jportal2.Field
-
- isSingle - Variable in class bbd.jportal2.Proc
-
Indicates a single result is expected
- isSingle() - Method in class bbd.jportal2.Proc
-
- isSProc - Variable in class bbd.jportal2.Proc
-
Indicates the procedure uses stored procedure logic Code
- isSProc() - Method in class bbd.jportal2.Proc
-
- isSql - Variable in class bbd.jportal2.Proc
-
Indicates the procedure is internal SQL code
- isSql() - Method in class bbd.jportal2.Proc
-
- isStd - Variable in class bbd.jportal2.Proc
-
Indicates procedure is a Standard procedure
- isStd() - Method in class bbd.jportal2.Proc
-
- isStdExtended() - Method in class bbd.jportal2.Proc
-
- isStoredProc - Variable in class bbd.jportal2.Table
-
- isStoredProc() - Method in class bbd.jportal2.Table
-
- isStoredProcs(Table) - Method in class bbd.jportal2.generators.CSNetCode
-
- isStrung(String) - Method in class bbd.jportal2.Proc
-
Checks if a strung dynamic
- isUnique - Variable in class bbd.jportal2.Key
-
Indicates the index is unique (not defined if primary key)
- isUpdate - Variable in class bbd.jportal2.Proc
-
Indicates a update Proc
- isUpdate() - Method in class bbd.jportal2.Proc
-
- isUpdateCascade - Variable in class bbd.jportal2.Link
-
- isUseKey() - Method in class bbd.jportal2.Proc
-
- isUseStd() - Method in class bbd.jportal2.Proc
-
- isVar - Variable in class bbd.jportal2.Line
-
- isVar() - Method in class bbd.jportal2.Line
-
- isViewOnly - Variable in class bbd.jportal2.Parameter
-
- ITemplateBasedGenerator - Interface in bbd.jportal2
-
- ITemplateBasedPostProcessor - Interface in bbd.jportal2
-
- ITemplateBasedSIProcessor - Interface in bbd.jportal2
-