|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectleon.peer.sql.LyMetaDataInformation
leon.peer.sql.LyMetaDataTableInformation
public class LyMetaDataTableInformation
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Constructor Summary | |
---|---|
LyMetaDataTableInformation(java.lang.String name,
java.lang.String remarks)
Default Constructor. |
Method Summary | |
---|---|
void |
addColumn(LyMetaDataColumnInformation column)
Add a column information to this table information. |
LyMetaDataColumnInformation |
getColumn(java.lang.String name)
Get a column information by this name. |
java.util.Enumeration<LyMetaDataColumnInformation> |
getColumns()
Get all column informations of this table information. |
java.util.Hashtable<java.lang.String,LyMetaDataColumnInformation> |
getColumnsHashTable()
Get the hashtable of the column informations. |
java.lang.String |
getType()
Accessor to the type of the table. |
void |
setType(java.lang.String type)
Modifier of the type of the table. |
Methods inherited from class leon.peer.sql.LyMetaDataInformation |
---|
getDriverName, getDriverVersion, getName, getProductName, getProductVersion, getRemarks, getSqlKeyWords, getTables, setTables, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String __VERSION
Constructor Detail |
---|
public LyMetaDataTableInformation(java.lang.String name, java.lang.String remarks)
name
- Name of the informationremarks
- Comments associated to this informationMethod Detail |
---|
public void addColumn(LyMetaDataColumnInformation column)
column
- the column information.public LyMetaDataColumnInformation getColumn(java.lang.String name)
name
- The name of the searched column information.
public java.util.Enumeration<LyMetaDataColumnInformation> getColumns()
public java.util.Hashtable<java.lang.String,LyMetaDataColumnInformation> getColumnsHashTable()
public java.lang.String getType()
public void setType(java.lang.String type)
type
- the type of the table.
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |