Uses of Class
org.apache.gora.sql.store.SqlStore.DBVendor

Packages that use SqlStore.DBVendor
org.apache.gora.sql.statement   
org.apache.gora.sql.store   
 

Uses of SqlStore.DBVendor in org.apache.gora.sql.statement
 

Methods in org.apache.gora.sql.statement with parameters of type SqlStore.DBVendor
static
<K,T extends Persistent>
InsertUpdateStatement<K,T>
InsertUpdateStatementFactory.createStatement(SqlStore<K,T> store, SqlMapping mapping, SqlStore.DBVendor dbVendor)
           
 

Uses of SqlStore.DBVendor in org.apache.gora.sql.store
 

Methods in org.apache.gora.sql.store that return SqlStore.DBVendor
static SqlStore.DBVendor SqlStore.DBVendor.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SqlStore.DBVendor[] SqlStore.DBVendor.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.