|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.toften.jlips.persist.db.DBTableInfo
public class DBTableInfo
This class is used to return descriptions of a table in the database
Constructor Summary | |
---|---|
DBTableInfo(String tableName)
Creates a new DBTableInfo object. |
Method Summary | |
---|---|
List |
getColumnHandlerList()
|
DBTableColumnInfo |
getPrimaryKeyColumnHandler()
|
String |
getTableName()
DOCUMENT ME! |
String |
toString()
DOCUMENT ME! |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DBTableInfo(String tableName)
tableName
- The name of the table this object describesMethod Detail |
---|
public String getTableName()
public DBTableColumnInfo getPrimaryKeyColumnHandler()
public List getColumnHandlerList()
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |