Example usage for Java java.sql Types fields, constructors, methods, implement or subclass
The text is from its open source code.
int | BIT The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type |
int | TINYINT The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type |
int | SMALLINT The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type |
int | INTEGER The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type |
int | BIGINT The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type |
int | FLOAT The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type |
int | REAL The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type |
int | DOUBLE The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type |
int | NUMERIC The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type |
int | DECIMAL The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type |
int | CHAR The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type |
int | VARCHAR The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type |
int | LONGVARCHAR The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type |
int | DATE The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type |
int | TIME The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type |
int | TIMESTAMP The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type |
int | BINARY The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type |
int | VARBINARY The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type |
int | LONGVARBINARY The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type |
int | NULL The constant in the Java programming language that identifies the generic SQL value |
int | OTHER The constant in the Java programming language that indicates that the SQL type is database-specific and gets mapped to a Java object that can be accessed via the methods getObject and setObject . |
int | JAVA_OBJECT The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type JAVA_OBJECT . |
int | DISTINCT The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type DISTINCT . |
int | STRUCT The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type STRUCT . |
int | ARRAY The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type ARRAY . |
int | BLOB The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type BLOB . |
int | CLOB The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type CLOB . |
int | REF The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type REF . |
int | DATALINK The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type DATALINK . |
int | BOOLEAN The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type BOOLEAN . |
int | ROWID The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type ROWID |
int | NCHAR The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type NCHAR |
int | NVARCHAR The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type NVARCHAR . |
int | LONGNVARCHAR The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type LONGNVARCHAR . |
int | NCLOB The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type NCLOB . |
int | SQLXML The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type XML . |
int | TIME_WITH_TIMEZONE The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type TIME WITH TIMEZONE . |
int | TIMESTAMP_WITH_TIMEZONE The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type TIMESTAMP WITH TIMEZONE . |