Uses of Class
org.apache.gora.sql.store.SqlTypeInterface.JdbcType

Packages that use SqlTypeInterface.JdbcType
org.apache.gora.sql.store   
 

Uses of SqlTypeInterface.JdbcType in org.apache.gora.sql.store
 

Methods in org.apache.gora.sql.store that return SqlTypeInterface.JdbcType
static SqlTypeInterface.JdbcType SqlTypeInterface.JdbcType.get(int order)
          Returns a JdbcType enum from a jdbc type in java.sql.Types
 SqlTypeInterface.JdbcType Column.getJdbcType()
           
static SqlTypeInterface.JdbcType SqlTypeInterface.getJdbcType(java.lang.Class<?> clazz, int length, int scale)
           
static SqlTypeInterface.JdbcType SqlTypeInterface.getJdbcType(org.apache.avro.Schema schema, int length, int scale)
           
static SqlTypeInterface.JdbcType SqlTypeInterface.stringToJdbcType(java.lang.String type)
           
static SqlTypeInterface.JdbcType SqlTypeInterface.JdbcType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SqlTypeInterface.JdbcType[] SqlTypeInterface.JdbcType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.gora.sql.store with parameters of type SqlTypeInterface.JdbcType
 void SqlMapping.addField(java.lang.String fieldName, java.lang.String columnName, SqlTypeInterface.JdbcType jdbcType, java.lang.String sqlType, int length, int scale)
           
 void Column.setJdbcType(SqlTypeInterface.JdbcType jdbcType)
           
 void SqlMapping.setPrimaryKey(java.lang.String columnName, SqlTypeInterface.JdbcType jdbcType, int length, int scale)
           
 

Constructors in org.apache.gora.sql.store with parameters of type SqlTypeInterface.JdbcType
Column(java.lang.String name, boolean isPrimaryKey, SqlTypeInterface.JdbcType jdbcType, int length, int scale)
           
Column(java.lang.String name, boolean isPrimaryKey, SqlTypeInterface.JdbcType jdbcType, java.lang.String sqlType, int length, int scale)
           
 



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