This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.gora.sql.store.SqlStore (Apache Gora 0.2 API)

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, String tableName)
           
InsertUpdateStatement(SqlStore<K,V> store, SqlMapping mapping, String tableName)
           
MySqlInsertUpdateStatement(SqlStore<K,V> store, SqlMapping mapping, String tableName)
           
 



Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.