| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 
 | SqlStore.setObject(PreparedStatement statement,
          int index,
          V object,
          int objectType,
          Column column) | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||