|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableInfo | |
---|---|
org.melati.poem | Persistent Object Engine for Melati. |
org.melati.poem.generated | The POEM-generated support classes for org.melati.poem. |
Uses of TableInfo in org.melati.poem |
---|
Methods in org.melati.poem that return TableInfo | |
---|---|
protected TableInfo |
TableInfoTable.defaultTableInfoFor(Table table)
Create a TableInfo of the correct type for our DB. |
TableInfo |
JdbcTable.getInfo()
|
TableInfo |
Table.getInfo()
|
TableInfo |
JdbcTable.getTableInfo()
|
TableInfo |
Table.getTableInfo()
|
Methods in org.melati.poem with parameters of type TableInfo | |
---|---|
Table |
Database.addTableAndCommit(TableInfo info,
String troidName)
Add a Table to this Databse and commit the Transaction. |
void |
Database.deleteTableAndCommit(TableInfo info)
|
void |
JdbcTable.setTableInfo(TableInfo tableInfo)
|
void |
Table.setTableInfo(TableInfo tableInfo)
|
Uses of TableInfo in org.melati.poem.generated |
---|
Methods in org.melati.poem.generated that return TableInfo | |
---|---|
TableInfo |
ColumnInfoBase.getTableinfo()
Retrieves the Tableinfo object referred to. |
TableInfo |
TableInfoTableBase.getTableInfoObject(int troid)
Retrieve the TableInfo
as a TableInfo . |
TableInfo |
TableInfoTableBase.getTableInfoObject(Integer troid)
Retrieve the TableInfo as a TableInfo . |
Methods in org.melati.poem.generated with parameters of type TableInfo | |
---|---|
void |
ColumnInfoBase.setTableinfo(TableInfo cooked)
Set the Tableinfo. |
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |