|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableColInfo | |
---|---|
salto.tool.jdo.data | |
salto.tool.jdo.util | |
salto.tool.sql | |
salto.tool.sql.data |
Uses of TableColInfo in salto.tool.jdo.data |
---|
Subclasses of TableColInfo in salto.tool.jdo.data | |
---|---|
class |
JdoColInfo
|
Constructors in salto.tool.jdo.data with parameters of type TableColInfo | |
---|---|
JdoColInfo(TableColInfo colInfo)
|
Uses of TableColInfo in salto.tool.jdo.util |
---|
Methods in salto.tool.jdo.util with parameters of type TableColInfo | |
---|---|
java.lang.String[] |
IJdbcConvert.getJavaPossTyp(TableColInfo attInfo)
Retourne les types java possibles pour le type SQL passé en paramètre |
java.lang.String[] |
DoJdbcConvert.getJavaPossTyp(TableColInfo attInfo)
|
Uses of TableColInfo in salto.tool.sql |
---|
Methods in salto.tool.sql that return TableColInfo | |
---|---|
static TableColInfo[] |
DatabaseInfo.getColumns(TableInfo tbInfo)
Ins�rez la description de la m�thode � cet endroit. |
Methods in salto.tool.sql with parameters of type TableColInfo | |
---|---|
static void |
DatabaseHelper.setPk(TableColInfo[] col,
TablePK[] pk)
|
Uses of TableColInfo in salto.tool.sql.data |
---|
Fields in salto.tool.sql.data declared as TableColInfo | |
---|---|
protected TableColInfo[] |
TableInfo.colInfos
description des colonnes |
Methods in salto.tool.sql.data that return TableColInfo | |
---|---|
TableColInfo[] |
TableInfo.getColInfos()
|
TableColInfo[] |
TableInfo.getColInfos(boolean find)
|
Methods in salto.tool.sql.data with parameters of type TableColInfo | |
---|---|
void |
TableInfo.setColInfos(TableColInfo[] infos)
|
Constructors in salto.tool.sql.data with parameters of type TableColInfo | |
---|---|
TableColInfo(TableColInfo colInfo)
Construction d'un colonne à partir d'un objet déjà initialisé Ce constructeur doit normalement servir uniquement à construire une instance d'une superclasse de TableColInfo |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |