Generated by
JDiff

Class java.sql.Types

Documentation changed from old to new.

Changed Fields
int ARRAY Documentation changed from old to new.
The constant in the Java programming language sometimes referred to as a type code that identifies the generic SQL type ARRAY.
int BIGINT Documentation changed from old to new.

The constant in the Java programming language sometimes referred to as a type code that identifies the generic SQL type BIGINT.

int BINARY Documentation changed from old to new.

The constant in the Java programming language sometimes referred to as a type code that identifies the generic SQL type BINARY.

int BIT Documentation changed from old to new.

The constant in the Java programming language sometimes referred to as a type code that identifies the generic SQL type BIT.

int BLOB Documentation changed from old to new.
The constant in the Java programming language sometimes referred to as a type code that identifies the generic SQL type BLOB.
int CHAR Documentation changed from old to new.

The constant in the Java programming language sometimes referred to as a type code that identifies the generic SQL type CHAR.

int CLOB Documentation changed from old to new.
The constant in the Java programming language sometimes referred to as a type code that identifies the generic SQL type CLOB.
int DATE Documentation changed from old to new.

The constant in the Java programming language sometimes referred to as a type code that identifies the generic SQL type DATE.

int DECIMAL Documentation changed from old to new.

The constant in the Java programming language sometimes referred to as a type code that identifies the generic SQL type DECIMAL.

int DISTINCT Documentation changed from old to new.
The constant in the Java programming language sometimes referred to as a type code that identifies the generic SQL type DISTINCT.
int DOUBLE Documentation changed from old to new.

The constant in the Java programming language sometimes referred to as a type code that identifies the generic SQL type DOUBLE.

int FLOAT Documentation changed from old to new.

The constant in the Java programming language sometimes referred to as a type code that identifies the generic SQL type FLOAT.

int INTEGER Documentation changed from old to new.

The constant in the Java programming language sometimes referred to as a type code that identifies the generic SQL type INTEGER.

int JAVA_OBJECT Documentation changed from old to new.
The constant in the Java programming language sometimes referred to as a type code that identifies the generic SQL type JAVA_OBJECT.
int LONGVARBINARY Documentation changed from old to new.

The constant in the Java programming language sometimes referred to as a type code that identifies the generic SQL type LONGVARBINARY.

int LONGVARCHAR Documentation changed from old to new.

The constant in the Java programming language sometimes referred to as a type code that identifies the generic SQL type LONGVARCHAR.

int NULL Documentation changed from old to new.

The constant in the Java programming language sometimes referred to as a type code that identifies the generic SQL type NULL.

int NUMERIC Documentation changed from old to new.

The constant in the Java programming language sometimes referred to as a type code that identifies the generic SQL type NUMERIC.

int OTHER Documentation changed from old to new.
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 REAL Documentation changed from old to new.

The constant in the Java programming language sometimes referred to as a type code that identifies the generic SQL type REAL.

int REF Documentation changed from old to new.
The constant in the Java programming language sometimes referred to as a type code that identifies the generic SQL type REF.
int SMALLINT Documentation changed from old to new.

The constant in the Java programming language sometimes referred to as a type code that identifies the generic SQL type SMALLINT.

int STRUCT Documentation changed from old to new.
The constant in the Java programming language sometimes referred to as a type code that identifies the generic SQL type STRUCT.
int TIME Documentation changed from old to new.

The constant in the Java programming language sometimes referred to as a type code that identifies the generic SQL type TIME.

int TIMESTAMP Documentation changed from old to new.

The constant in the Java programming language sometimes referred to as a type code that identifies the generic SQL type TIMESTAMP.

int TINYINT Documentation changed from old to new.

The constant in the Java programming language sometimes referred to as a type code that identifies the generic SQL type TINYINT.

int VARBINARY Documentation changed from old to new.

The constant in the Java programming language sometimes referred to as a type code that identifies the generic SQL type VARBINARY.

int VARCHAR Documentation changed from old to new.

The constant in the Java programming language sometimes referred to as a type code that identifies the generic SQL type VARCHAR.