SolarMetric Kodo JDO 3.0.3 generated on February 20 2004

kodo.jdbc.schema
Class TableInfo

java.lang.Object
  |
  +--kodo.jdbc.schema.TableInfo

public class TableInfo
extends Object

Holder for information about a table.

Since:
3.0.0
See Also:
DBDictionary.getTables(java.sql.DatabaseMetaData, java.lang.String, java.lang.String, java.lang.String, java.sql.Connection), SchemaGenerator

Constructor Summary
TableInfo()
           
TableInfo(ResultSet tables)
           
 
Method Summary
 String getTableName()
           
 void setTableName(String tableName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableInfo

public TableInfo()

TableInfo

public TableInfo(ResultSet tables)
          throws SQLException
Method Detail

setTableName

public void setTableName(String tableName)

getTableName

public String getTableName()

SolarMetric Kodo JDO 3.0.3 generated on February 20 2004

Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.