Uses of Class
com.triactive.jdo.store.sql.TableName

Packages that use TableName
com.triactive.jdo.store   
com.triactive.jdo.store.adapter   
com.triactive.jdo.store.sql   
 

Uses of TableName in com.triactive.jdo.store
 

Methods in com.triactive.jdo.store with parameters of type TableName
 Table StoreManager.getTable(TableName name)
          Returns the table having the given SQL name, if any.
 boolean StoreManager.MgmtTransaction.tableExists(TableName tableName)
          Tests if a database table exists.
 int StoreManager.MgmtTransaction.getTableType(TableName tableName)
          Returns the type of a database table.
 java.util.List StoreManager.MgmtTransaction.getColumnInfo(TableName tableName)
          Returns the column info for a database table.
 java.util.List StoreManager.MgmtTransaction.getPrimaryKeyInfo(TableName tableName)
          Returns the primary key info for a database table.
 java.util.List StoreManager.MgmtTransaction.getForeignKeyInfo(TableName tableName)
          Returns the foreign key info for a database table.
 java.util.List StoreManager.MgmtTransaction.getIndexInfo(TableName tableName)
          Returns the index info for a database table.
 

Uses of TableName in com.triactive.jdo.store.adapter
 

Methods in com.triactive.jdo.store.adapter with parameters of type TableName
 TableInfo CatalogInfoCache.getTableInfo(TableName tableName, java.sql.Connection conn)
          Returns the table info for a database table.
 java.util.List CatalogInfoCache.getColumnInfo(TableName tableName, java.sql.Connection conn)
          Returns the column info for a database table.
 java.util.List CatalogInfoCache.getPrimaryKeyInfo(TableName tableName, java.sql.Connection conn)
          Returns the primary key info for a database table.
 java.util.List CatalogInfoCache.getForeignKeyInfo(TableName tableName, java.sql.Connection conn)
          Returns the foreign key info for a database table.
 java.util.List CatalogInfoCache.getIndexInfo(TableName tableName, java.sql.Connection conn)
          Returns the index info for a database table.
 

Uses of TableName in com.triactive.jdo.store.sql
 

Fields in com.triactive.jdo.store.sql declared as TableName
 TableName TableMetadata.tableName
           
 

Methods in com.triactive.jdo.store.sql that return TableName
static TableName TableName.fromStrings(DatabaseAdapter dba, java.lang.String catalogName, java.lang.String schemaName, java.lang.String tableName)
          Constructs a table name from strings.
static TableName TableName.fromJavaName(DatabaseAdapter dba, java.lang.String javaName)
          Converts a Java name string to an SQL table name.
static TableName TableName.fromJavaName(DatabaseAdapter dba, SchemaName schemaName, java.lang.String javaName)
          Converts a Java name string to an SQL table name.
 TableName Table.getName()
           
 

Constructors in com.triactive.jdo.store.sql with parameters of type TableName
View(TableName name, DatabaseAdapter dba)
           
TableMetadata(int tableID, java.lang.String javaName, TableName tableName)
           
SetTable(TableName name, FieldMetaData fmd, DatabaseAdapter dba)
           
MapTable(TableName name, FieldMetaData fmd, DatabaseAdapter dba)
           
ClassView(TableName name, ClassMetaData cmd, DatabaseAdapter dba)
           
ClassBaseTable(TableName name, ClassMetaData cmd, DatabaseAdapter dba)
           
BaseTable(TableName name, DatabaseAdapter dba)
           
 



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