Uses of Class
org.gcube.messaging.common.messages.util.SQLType

Packages that use SQLType
org.gcube.messaging.common.messages   
org.gcube.messaging.common.messages.util   
 

Uses of SQLType in org.gcube.messaging.common.messages
 

Methods in org.gcube.messaging.common.messages that return SQLType
 SQLType MessageField.getSqlType()
           
 

Methods in org.gcube.messaging.common.messages with parameters of type SQLType
 void MessageField.setSqlType(SQLType sqlType)
           
 

Uses of SQLType in org.gcube.messaging.common.messages.util
 

Fields in org.gcube.messaging.common.messages.util declared as SQLType
static SQLType SQLType.ARRAY
           
static SQLType SQLType.BIGINT
           
static SQLType SQLType.BINARY
           
static SQLType SQLType.BIT
           
static SQLType SQLType.BLOB
           
static SQLType SQLType.BOOLEAN
           
static SQLType SQLType.CHAR
           
static SQLType SQLType.CLOB
           
static SQLType SQLType.DATALINK
           
static SQLType SQLType.DATE
           
static SQLType SQLType.DECIMAL
           
static SQLType SQLType.DISTINCT
           
static SQLType SQLType.DOUBLE
           
static SQLType SQLType.FLOAT
           
static SQLType SQLType.INTEGER
           
static SQLType SQLType.JAVA_OBJECT
           
static SQLType SQLType.LONGVARBINARY
           
static SQLType SQLType.LONGVARCHAR
           
static SQLType SQLType.NULL
           
static SQLType SQLType.NUMERIC
           
static SQLType SQLType.OTHER
           
static SQLType SQLType.REAL
           
static SQLType SQLType.REF
           
static SQLType SQLType.SMALLINT
           
static SQLType SQLType.STRUCT
           
static SQLType SQLType.TIME
           
static SQLType SQLType.TIMESTAMP
           
static SQLType SQLType.TINYINT
           
static SQLType SQLType.VARBINARY
           
static SQLType SQLType.VARCHAR
           
 

Methods in org.gcube.messaging.common.messages.util that return SQLType
static SQLType SQLType.getSQLType(int jdbcSQLType)
           
static SQLType SQLType.getSQLType(Object object)
           
 



Copyright © 2013. All Rights Reserved.