com.triactive.jdo.store.adapter
Class CatalogInfo

java.lang.Object
  extended bycom.triactive.jdo.store.adapter.CatalogInfo
Direct Known Subclasses:
ColumnInfo, ForeignKeyInfo, IndexInfo, PrimaryKeyInfo, TableInfo

public abstract class CatalogInfo
extends java.lang.Object

The base class of all catalog metadata value classes.

Author:
Mike Martin

Constructor Summary
CatalogInfo()
           
 
Method Summary
abstract  java.lang.String getTableCatalog()
           
abstract  java.lang.String getTableName()
           
abstract  java.lang.String getTableSchema()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CatalogInfo

public CatalogInfo()
Method Detail

getTableCatalog

public abstract java.lang.String getTableCatalog()

getTableSchema

public abstract java.lang.String getTableSchema()

getTableName

public abstract java.lang.String getTableName()


Copyright © 2001-2007 The TJDO Project All Rights Reserved.