|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Table | |
jdbcadmin.core.data | Value Objects (VO) package. |
jdbcadmin.core.tools | Tools package. |
Uses of Table in jdbcadmin.core.data |
Methods in jdbcadmin.core.data that return Table | |
Table |
Line.getTable()
Returns the table. |
Constructors in jdbcadmin.core.data with parameters of type Table | |
Line(Table aTable)
Constructor which specifies the line's table. |
Uses of Table in jdbcadmin.core.tools |
Methods in jdbcadmin.core.tools that return Table | |
Table |
JdbcInspector.getFullTable(Schema aSchema,
java.lang.String aTableName)
Retrieve a filled table |
Methods in jdbcadmin.core.tools with parameters of type Table | |
java.util.Collection |
JdbcInspector.getColumns(Table aTable)
Retrieves the table columns. |
void |
JdbcInspector.fillTable(Table aTable)
Complete a table (columns and primary keys) |
java.util.List |
DataManager.select(Table aTable,
int aIdxDebut,
int aNbLines)
Retrieves some lines from the specified table. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |