Uses of Class
org.apache.openjpa.jdbc.sql.DBDictionary.DBIdentifiers

Packages that use DBDictionary.DBIdentifiers
org.apache.openjpa.jdbc.sql OpenJPA-JDBC SQL Abstraction 
 

Uses of DBDictionary.DBIdentifiers in org.apache.openjpa.jdbc.sql
 

Fields in org.apache.openjpa.jdbc.sql with type parameters of type DBDictionary.DBIdentifiers
protected  EnumSet<DBDictionary.DBIdentifiers> DBDictionary.unsupportedDelimitedIds
           
 

Methods in org.apache.openjpa.jdbc.sql that return DBDictionary.DBIdentifiers
static DBDictionary.DBIdentifiers DBDictionary.DBIdentifiers.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DBDictionary.DBIdentifiers[] DBDictionary.DBIdentifiers.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.openjpa.jdbc.sql that return types with arguments of type DBDictionary.DBIdentifiers
protected  EnumSet<DBDictionary.DBIdentifiers> DerbyDictionary.getUnsupportedDelimitedIds()
           
protected  EnumSet<DBDictionary.DBIdentifiers> DBDictionary.getUnsupportedDelimitedIds()
           
protected  EnumSet<DBDictionary.DBIdentifiers> DB2Dictionary.getUnsupportedDelimitedIds()
           
 

Methods in org.apache.openjpa.jdbc.sql with parameters of type DBDictionary.DBIdentifiers
 String DBDictionary.delimitString(String name, DBDictionary.DBIdentifiers type)
           
protected  boolean DBDictionary.supportsDelimitedId(DBDictionary.DBIdentifiers type)
           
 



Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.