|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object salto.tool.sql.data.TableInfo
public class TableInfo
Objet de donn�e repr�sentant la description d'une table
Field Summary | |
---|---|
protected TableColInfo[] |
colInfos
description des colonnes |
protected ConnectionInfo |
connInfo
information de connection |
protected TableFK[][] |
exportedFk
les cl�s �trang�res (la table est ma�tre) |
protected TableFK[][] |
importedFk
les cl�s �trang�res |
protected TablePK[] |
pk
les colonnes de la cl� primaire |
protected java.lang.String |
tableCat
le catalogue |
protected java.lang.String |
tableName
nom de la table |
protected java.lang.String |
tableRemarks
commentaire |
protected java.lang.String |
tableShem
le sch�ma |
protected java.lang.String |
tableType
type de table. |
Constructor Summary | |
---|---|
TableInfo()
Commentaire relatif au constructeur TableInfo. |
|
TableInfo(ShemaInfo shemaInfo)
|
|
TableInfo(TableInfo tableInfo)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
|
java.util.List |
getAutoIncrementCols()
retourne les colonnes qui sont autoincr�ment�s |
TableColInfo[] |
getColInfos()
|
TableColInfo[] |
getColInfos(boolean find)
|
int |
getColNum(java.lang.String colName)
|
java.sql.Connection |
getConn()
|
ConnectionInfo |
getConnInfo()
Gets the connInfo. |
TableFK[][] |
getExportedFk()
Gets the exported foreign keys. |
TableFK[][] |
getFK()
|
TableFK[][] |
getImportedFk()
Gets the imported foreign keys. |
TablePK[] |
getPk()
Gets the primary key. |
ShemaInfo |
getShemaInfo()
|
java.lang.String |
getTableCat()
Ins�rez la description de la m�thode � cet endroit. |
java.lang.String |
getTableName()
Ins�rez la description de la m�thode � cet endroit. |
java.lang.String |
getTableRemarks()
Ins�rez la description de la m�thode � cet endroit. |
java.lang.String |
getTableShem()
Ins�rez la description de la m�thode � cet endroit. |
java.lang.String |
getTableType()
Ins�rez la description de la m�thode � cet endroit. |
int |
hashCode()
|
void |
setColInfos(TableColInfo[] infos)
|
void |
setConn(java.sql.Connection conn)
|
void |
setConnInfo(ConnectionInfo connInfo)
Sets the connInfo. |
void |
setShemaInfo(ShemaInfo shemaInfo)
|
void |
setTableCat(java.lang.String newTableCat)
Ins�rez la description de la m�thode � cet endroit. |
void |
setTableName(java.lang.String newTableName)
Ins�rez la description de la m�thode � cet endroit. |
void |
setTableRemarks(java.lang.String newTableRemarks)
Ins�rez la description de la m�thode � cet endroit. |
void |
setTableShem(java.lang.String newTableShem)
Ins�rez la description de la m�thode � cet endroit. |
void |
setTableType(java.lang.String newTableType)
Ins�rez la description de la m�thode � cet endroit. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String tableCat
protected java.lang.String tableShem
protected java.lang.String tableName
protected java.lang.String tableType
protected java.lang.String tableRemarks
protected ConnectionInfo connInfo
protected TableColInfo[] colInfos
protected TablePK[] pk
protected TableFK[][] importedFk
protected TableFK[][] exportedFk
Constructor Detail |
---|
public TableInfo()
public TableInfo(TableInfo tableInfo)
public TableInfo(ShemaInfo shemaInfo)
conn
- Method Detail |
---|
public ShemaInfo getShemaInfo()
public void setShemaInfo(ShemaInfo shemaInfo)
shemaInfo
- The shemaInfo to set.public java.sql.Connection getConn()
public void setConn(java.sql.Connection conn)
conn
- The conn to set.public java.lang.String getTableCat()
public java.lang.String getTableName()
public java.lang.String getTableRemarks()
public java.lang.String getTableShem()
public java.lang.String getTableType()
public void setTableCat(java.lang.String newTableCat)
newTableCat
- java.lang.Stringpublic void setTableName(java.lang.String newTableName)
newTableName
- java.lang.Stringpublic void setTableRemarks(java.lang.String newTableRemarks)
newTableRemarks
- java.lang.Stringpublic void setTableShem(java.lang.String newTableShem)
newTableShem
- java.lang.Stringpublic void setTableType(java.lang.String newTableType)
newTableType
- java.lang.Stringpublic ConnectionInfo getConnInfo()
public void setConnInfo(ConnectionInfo connInfo)
connInfo
- The connInfo to setpublic TablePK[] getPk()
public TableFK[][] getImportedFk()
public TableFK[][] getExportedFk()
public TableFK[][] getFK()
public TableColInfo[] getColInfos()
public TableColInfo[] getColInfos(boolean find)
public void setColInfos(TableColInfo[] infos)
infos
- public java.util.List getAutoIncrementCols()
public int getColNum(java.lang.String colName)
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |