Uses of Class
bbd.jportal2.Field
-
Packages that use Field Package Description bbd.jportal2 bbd.jportal2.generators -
-
Uses of Field in bbd.jportal2
Fields in bbd.jportal2 declared as Field Modifier and Type Field Description protected static FieldJPortal. fieldFieldPlaceHolderPairs. fieldFieldSQLProcFieldToken. valueFieldSQLProcFieldVariableToken. valueFields in bbd.jportal2 with type parameters of type Field Modifier and Type Field Description Vector<Field>Table. fieldsVector<Field>Proc. inputsList of input fieldsVector<Field>Proc. orderFieldsSelect in order fieldsVector<Field>Proc. outputsList of output fieldsVector<Field>Parameter. showsVector<Field>Parameter. suppliedMethods in bbd.jportal2 that return Field Modifier and Type Method Description FieldTable. getField(String s)FieldTable. getFieldForLink(Link link)FieldProc. getInput(String s)FieldProc. getOutput(String s)Checks for for name in output listMethods in bbd.jportal2 that return types with arguments of type Field Modifier and Type Method Description Vector<Field>Table. getFields()Vector<Field>Proc. getInputs()Vector<Field>Proc. getOrderFields()Vector<Field>Proc. getOutputs()Methods in bbd.jportal2 with parameters of type Field Modifier and Type Method Description LinkTable. getLinkForField(Field field)Constructors in bbd.jportal2 with parameters of type Field Constructor Description SQLProcFieldToken(Field l)Constructs line needed to be enclosed in double quotesSQLProcFieldToken(Field l, boolean t)Constructs line used in variable substitutionSQLProcFieldVariableToken(Field l)Constructs line needed to be enclosed in double quotesSQLProcFieldVariableToken(Field l, boolean t)Constructs line used in variable substitution -
Uses of Field in bbd.jportal2.generators
Methods in bbd.jportal2.generators that return types with arguments of type Field Modifier and Type Method Description List<Field>JavaJCCode. getAllEnumFields(Table table)Method parameters in bbd.jportal2.generators with type arguments of type Field Modifier and Type Method Description voidCSNetCode. generateStructPairs(Proc proc, Vector<Field> fields, Vector<?> dynamics, String mainName, PrintWriter outData, String tableName, boolean hasReturning)
-