Types
The object that defines the constants that are used to identify generic SQL types, called JDBC types.
Attributes
- Source
- Types.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Types.type
Members list
Value members
Concrete fields
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type ARRAY.
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type ARRAY.
Attributes
- Source
- Types.scala
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type BIGINT.
Attributes
- Source
- Types.scala
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type BINARY.
Attributes
- Source
- Types.scala
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type BIT.
Attributes
- Source
- Types.scala
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type BLOB.
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type BLOB.
Attributes
- Source
- Types.scala
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type BOOLEAN.
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type BOOLEAN.
Attributes
- Source
- Types.scala
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type CHAR.
Attributes
- Source
- Types.scala
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type CLOB.
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type CLOB.
Attributes
- Source
- Types.scala
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type DATALINK.
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type DATALINK.
Attributes
- Source
- Types.scala
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type DATE.
Attributes
- Source
- Types.scala
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type DECIMAL.
Attributes
- Source
- Types.scala
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type DISTINCT.
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type DISTINCT.
Attributes
- Source
- Types.scala
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type DOUBLE.
Attributes
- Source
- Types.scala
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type FLOAT.
Attributes
- Source
- Types.scala
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type INTEGER.
Attributes
- Source
- Types.scala
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type JAVA_OBJECT.
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type JAVA_OBJECT.
Attributes
- Source
- Types.scala
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type LONGNVARCHAR.
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type LONGNVARCHAR.
Attributes
- Source
- Types.scala
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type LONGVARBINARY.
Attributes
- Source
- Types.scala
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type LONGVARCHAR.
Attributes
- Source
- Types.scala
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type NCHAR
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type NCHAR
Attributes
- Source
- Types.scala
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type NCLOB.
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type NCLOB.
Attributes
- Source
- Types.scala
The constant in the Java programming language that identifies the generic SQL value NULL.
Attributes
- Source
- Types.scala
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type NUMERIC.
Attributes
- Source
- Types.scala
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type NVARCHAR.
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type NVARCHAR.
Attributes
- Source
- Types.scala
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.
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.
Attributes
- Source
- Types.scala
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type REAL.
Attributes
- Source
- Types.scala
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type REF.
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type REF.
Attributes
- Source
- Types.scala
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type REF CURSOR.
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type REF CURSOR.
Attributes
- Source
- Types.scala
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type ROWID
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type ROWID
Attributes
- Source
- Types.scala
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type SMALLINT.
Attributes
- Source
- Types.scala
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type XML.
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type XML.
Attributes
- Source
- Types.scala
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type STRUCT.
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type STRUCT.
Attributes
- Source
- Types.scala
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type TIME.
Attributes
- Source
- Types.scala
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type TIMESTAMP.
Attributes
- Source
- Types.scala
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type 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.
Attributes
- Source
- Types.scala
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type 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.
Attributes
- Source
- Types.scala
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type TINYINT.
Attributes
- Source
- Types.scala
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type VARBINARY.
Attributes
- Source
- Types.scala
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type VARCHAR.
Attributes
- Source
- Types.scala