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

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

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

Subclasses of SqlIdentifier in com.triactive.jdo.store.sql
 class CatalogName
          An SQL catalog name.
 class ColumnName
          An SQL column name.
 class CorrelationName
          An SQL correlation name.
 

Fields in com.triactive.jdo.store.sql declared as SqlIdentifier
protected  SqlIdentifier QualifiedName.identifier
          The identifier part of the qualified name.
 

Methods in com.triactive.jdo.store.sql that return SqlIdentifier
 SqlIdentifier SqlIdentifier.intern()
          Returns a canonical representation for the identifier object.
 SqlIdentifier SchemaName.getIdentifier()
          Returns the identifier part of this schema name.
 SqlIdentifier QualifiedName.getIdentifier()
          Returns the identifier part of this qualified name.
 



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