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

Packages that use SqlStore
org.apache.gora.sql.query   
org.apache.gora.sql.statement   
 

Uses of SqlStore in org.apache.gora.sql.query
 

Constructors in org.apache.gora.sql.query with parameters of type SqlStore
SqlQuery(SqlStore<K,T> dataStore)
           
 

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

Fields in org.apache.gora.sql.statement declared as SqlStore
protected  SqlStore<K,V> InsertUpdateStatement.store
           
 

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

Constructors in org.apache.gora.sql.statement with parameters of type SqlStore
HSqlInsertUpdateStatement(SqlStore<K,T> store, SqlMapping mapping, java.lang.String tableName)
           
InsertUpdateStatement(SqlStore<K,V> store, SqlMapping mapping, java.lang.String tableName)
           
MySqlInsertUpdateStatement(SqlStore<K,V> store, SqlMapping mapping, java.lang.String tableName)
           
 



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