Types

ldbc.sql.Types
object 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 Object
trait Matchable
class Any
Self type
Types.type

Members list

Value members

Concrete fields

val ARRAY: Int

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
val BIGINT: Int

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
val BINARY: Int

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
val BIT: Int

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
val BLOB: Int

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
val BOOLEAN: Int

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
val CHAR: Int

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
val CLOB: Int

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
val DATE: Int

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
val DECIMAL: Int

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
val DISTINCT: Int

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
val DOUBLE: Int

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
val FLOAT: Int

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
val INTEGER: Int

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
val NCHAR: Int

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
val NCLOB: Int

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
val NULL: Int

The constant in the Java programming language that identifies the generic SQL value NULL.

Attributes

Source
Types.scala
val NUMERIC: Int

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
val NVARCHAR: Int

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
val OTHER: Int

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
val REAL: Int

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
val REF: Int

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
val ROWID: Int

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
val SMALLINT: Int

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
val SQLXML: Int

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
val STRUCT: Int

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
val TIME: Int

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
val TIMESTAMP: Int

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
val TINYINT: Int

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
val VARBINARY: Int

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
val VARCHAR: Int

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