Uses of Class
bbd.jportal2.Table
-
Packages that use Table Package Description bbd.jportal2 bbd.jportal2.generators -
-
Uses of Table in bbd.jportal2
Fields in bbd.jportal2 declared as Table Modifier and Type Field Description protected static TableJPortal. tableTableParameter. tableTableProc. tableparent tableFields in bbd.jportal2 with type parameters of type Table Modifier and Type Field Description Vector<Table>Database. tablesMethods in bbd.jportal2 that return Table Modifier and Type Method Description TableTable. add(Table addin)Methods in bbd.jportal2 that return types with arguments of type Table Modifier and Type Method Description Vector<Table>Database. getTables()Methods in bbd.jportal2 with parameters of type Table Modifier and Type Method Description TableTable. add(Table addin)voidTable. buildSelectFrom(Proc proc, Table table) -
Uses of Table in bbd.jportal2.generators
Methods in bbd.jportal2.generators with parameters of type Table Modifier and Type Method Description voidCSNetCode. generateCode(Table table, PrintWriter outData)voidCSNetCode. generateDataTables(Table table, PrintWriter outData)voidCliCCode. generateEnumOrdinals(Table table, PrintWriter outData)voidCliCCode2. generateEnumOrdinals(Table table, PrintWriter outData)voidCSNetCode. generateEnumOrdinals(Table table, PrintWriter outData)static voidMSSqlCCode. generateEnumOrdinals(Table table, PrintWriter outData)voidCSNetCode. generateStructs(Table table, PrintWriter outData)List<Field>JavaJCCode. getAllEnumFields(Table table)booleanCSNetCode. isStoredProcs(Table table)
-