| Package | Description |
|---|---|
| net.sourceforge.sql2java |
| Modifier and Type | Field and Description |
|---|---|
Table |
CodeWriter.table |
| Modifier and Type | Method and Description |
|---|---|
Table[] |
Table.getForeignTables() |
Table[] |
Table.getImportedTables() |
Table[] |
Table.getLinkedTables() |
Table[] |
Database.getRelationTable(Table table)
Return an array of tables having foreign key pointing to the
passed table.
|
Table |
Column.getTable() |
Table |
CodeWriter.getTable()
public accessor for table
|
Table |
Database.getTable(String name) |
Table |
CodeWriter.getTable(String tableName)
Public db.getTables()
|
Table[] |
Database.getTables() |
Table[] |
Table.linkedTables(Database pDatabase,
Table pTable)
Return, beside the passed table, the tables this table points to.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CodeWriter.checkTable(Table table) |
String |
StringUtilities.convertName(Table table) |
String |
StringUtilities.getBeanClass(Table table) |
String |
StringUtilities.getCoreClass(Table table) |
String |
StringUtilities.getExceptionClass(Table table) |
String |
StringUtilities.getFactoryClass(Table table) |
Column |
Table.getForeignKeyFor(Table pTable)
Return the imported key pointing to the passed table.
|
String |
StringUtilities.getIteratorClass(Table table) |
List |
CodeWriter.getLinkedTables(Table rTable)
Returns a table's linked tables as a list
|
String |
StringUtilities.getManagerClass(Table table) |
String |
StringUtilities.getManagerObjectName(Table table) |
String |
StringUtilities.getRelationnalBeanClass(Table table) |
Table[] |
Database.getRelationTable(Table table)
Return an array of tables having foreign key pointing to the
passed table.
|
Table[] |
Table.linkedTables(Database pDatabase,
Table pTable)
Return, beside the passed table, the tables this table points to.
|
boolean |
Table.relationConnectsTo(Table otherTable)
Tells whether if one of this table's columns (imported key)
points to one of the otherTable's pk.
|
Copyright © 2014. All Rights Reserved.