Uses of Class
de.fuberlin.wiwiss.d2rq.sql.types.DataType.GenericType

Packages that use DataType.GenericType
de.fuberlin.wiwiss.d2rq.sql SQL query and result processing code. 
de.fuberlin.wiwiss.d2rq.sql.types   
 

Uses of DataType.GenericType in de.fuberlin.wiwiss.d2rq.sql
 

Constructor parameters in de.fuberlin.wiwiss.d2rq.sql with type arguments of type DataType.GenericType
ConnectedDB(String jdbcURL, String username, String password, Map<String,DataType.GenericType> columnTypes, int limit, int fetchSize, Properties connectionProperties)
           
 

Uses of DataType.GenericType in de.fuberlin.wiwiss.d2rq.sql.types
 

Methods in de.fuberlin.wiwiss.d2rq.sql.types that return DataType.GenericType
static DataType.GenericType DataType.GenericType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DataType.GenericType[] DataType.GenericType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.