KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > sql > Types

java.sql
Class Types

java.lang.Object
  extended by java.sql.Types
See Also:
Top Examples, Source Code

public static final int ARRAY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int BIGINT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int BINARY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int BIT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int BLOB
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int BOOLEAN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int CHAR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int CLOB
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int DATALINK
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int DATE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int DECIMAL
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int DISTINCT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int DOUBLE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int FLOAT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int INTEGER
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int JAVA_OBJECT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int LONGVARBINARY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int LONGVARCHAR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int NULL
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int NUMERIC
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int OTHER
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int REAL
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int REF
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int SMALLINT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int STRUCT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int TIME
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int TIMESTAMP
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int TINYINT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VARBINARY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VARCHAR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags