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

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

Packages that use Column
org.apache.gora.sql.statement   
org.apache.gora.sql.store   
 

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

Fields in org.apache.gora.sql.statement declared as Column
protected  Column InsertUpdateStatement.ColumnData.column
           
 

Methods in org.apache.gora.sql.statement with parameters of type Column
 void InsertUpdateStatement.setObject(Object object, org.apache.avro.Schema schema, Column column)
           
 

Constructors in org.apache.gora.sql.statement with parameters of type Column
InsertUpdateStatement.ColumnData(Object object, org.apache.avro.Schema schema, Column column)
           
 

Uses of Column in org.apache.gora.sql.store
 

Methods in org.apache.gora.sql.store that return Column
 Column SqlMapping.getColumn(String fieldname)
           
 Column SqlMapping.getPrimaryColumn()
           
 

Methods in org.apache.gora.sql.store that return types with arguments of type Column
 HashMap<String,Column> SqlMapping.getFields()
           
 

Methods in org.apache.gora.sql.store with parameters of type Column
 void SqlStore.setObject(PreparedStatement statement, int index, Object object, org.apache.avro.Schema schema, Column column)
          Sets the object to the preparedStatement by it's schema
protected
<V> void
SqlStore.setObject(PreparedStatement statement, int index, V object, int objectType, Column column)
           
 



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