Uses of Class
bbd.jportal2.Table
-
Packages that use Table Package Description bbd.jportal2 bbd.jportal2.generators bbd.jportal2.generators.FreeMarker -
-
Uses of Table in bbd.jportal2
Fields in bbd.jportal2 declared as Table Modifier and Type Field Description protected static TableJPortal. tableTableParameter. tableTableProc. tableparent tableTableSQLProcTableNameToken. valueFields 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)voidITemplateBasedGenerator. generateTemplate(Database database, Table table, String templateBaseDir, String generatorName, File outputDirectory)Constructors in bbd.jportal2 with parameters of type Table Constructor Description SQLProcTableNameToken(Table t)Constructs line needed to be enclosed in double quotesSQLProcTableNameToken(Table t, boolean b)Constructs line used in variable substitution -
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) -
Uses of Table in bbd.jportal2.generators.FreeMarker
Methods in bbd.jportal2.generators.FreeMarker with parameters of type Table Modifier and Type Method Description voidFreeMarker. generateTemplate(Database database, Table table, String templateBaseDir, String generatorName, File outputDirectory)Generates code using a given FreeMarker template
-