|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableInfo | |
---|---|
salto.tool.jdo | |
salto.tool.jdo.data | |
salto.tool.sql | |
salto.tool.sql.data |
Uses of TableInfo in salto.tool.jdo |
---|
Methods in salto.tool.jdo with parameters of type TableInfo | |
---|---|
static JdoInfo |
DataObjectCreate.createJdoInfoFromTableInfo(TableInfo tableInfo)
|
Uses of TableInfo in salto.tool.jdo.data |
---|
Subclasses of TableInfo in salto.tool.jdo.data | |
---|---|
class |
JdoInfo
Objet de donn�e correspondant � un attribut java d'une classe de type Dataobject Date de cr�ation : (18/10/01 06:37:36) |
Constructors in salto.tool.jdo.data with parameters of type TableInfo | |
---|---|
JdoInfo(TableInfo tableInfo)
Commentaire relatif au constructeur JdoInfo. |
Uses of TableInfo in salto.tool.sql |
---|
Methods in salto.tool.sql that return TableInfo | |
---|---|
static TableInfo[] |
DatabaseInfo.getTables()
Ins�rez la description de la m�thode � cet endroit. |
static TableInfo[] |
DatabaseInfo.getTables(CatalogInfo info)
|
static TableInfo[] |
DatabaseInfo.getTables(java.sql.Connection conn)
|
static TableInfo[] |
DatabaseInfo.getTables(java.sql.Connection conn,
java.lang.String catalog,
java.lang.String schema)
|
static TableInfo[] |
DatabaseInfo.getTables(java.sql.Connection conn,
java.lang.String catalog,
java.lang.String shema,
java.lang.String pattern)
|
static TableInfo[] |
DatabaseInfo.getTables(ShemaInfo shemaInfo)
|
Methods in salto.tool.sql with parameters of type TableInfo | |
---|---|
static TableColInfo[] |
DatabaseInfo.getColumns(TableInfo tbInfo)
Ins�rez la description de la m�thode � cet endroit. |
static TableFK[][] |
DatabaseInfo.getExportedFK(TableInfo table)
|
static TableFK[][] |
DatabaseInfo.getFK(TableInfo table,
int type)
|
static TableFK[][] |
DatabaseInfo.getImportedFK(TableInfo table)
|
static TablePK[] |
DatabaseInfo.getPK(TableInfo tbInfo)
Gets a description of a table's primary key columns. |
Uses of TableInfo in salto.tool.sql.data |
---|
Fields in salto.tool.sql.data declared as TableInfo | |
---|---|
protected TableInfo |
TableColInfo.tableInfo
|
TableInfo[] |
ShemaInfo.tableInfos
|
Methods in salto.tool.sql.data that return TableInfo | |
---|---|
TableInfo |
TableColInfo.getTableInfo()
Gets the tableInfo. |
TableInfo[] |
ShemaInfo.getTableInfos()
|
TableInfo[] |
ShemaInfo.getTableInfos(boolean find)
|
TableInfo[] |
CatalogInfo.getTableInfos(boolean find)
|
Methods in salto.tool.sql.data with parameters of type TableInfo | |
---|---|
void |
TableColInfo.setTableInfo(TableInfo tableInfo)
Sets the tableInfo. |
void |
ShemaInfo.setTableInfos(TableInfo[] tableInfos)
|
Constructors in salto.tool.sql.data with parameters of type TableInfo | |
---|---|
TableColInfo(TableInfo tableInfo)
Constructeur par défaut de TableColInfo. |
|
TableInfo(TableInfo tableInfo)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |