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

Packages that use QualifiedName
com.triactive.jdo.store.sql   
 

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

Subclasses of QualifiedName in com.triactive.jdo.store.sql
 class ConstraintName
          An SQL constraint name.
 class IndexName
          An SQL index name.
 class TableName
          An SQL table name.
 

Methods in com.triactive.jdo.store.sql that return QualifiedName
 QualifiedName QualifiedName.fullyQualified(StoreManager storeMgr)
          Returns a new qualified name object representing this name fully-qualified (if possible) with catalog and schema.
 QualifiedName QualifiedName.intern()
          Returns a canonical representation for the name object.
 



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