Added in API level 1

Types

open class Types
kotlin.Any
   ↳ java.sql.Types

The class that defines the constants that are used to identify generic SQL types, called JDBC types.

This class is never instantiated.

Summary

Constants
static Int

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

static Int

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

static Int

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

static Int

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

static Int

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

static Int

The constant in the Java programming language, somtimes referred to as a type code, that identifies the generic SQL type BOOLEAN.

static Int

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

static Int

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

static Int

The constant in the Java programming language, somtimes referred to as a type code, that identifies the generic SQL type DATALINK.

static Int

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

static Int

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

static Int

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

static Int

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

static Int

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

static Int

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

static Int

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

static Int

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

static Int

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

static Int

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

static Int

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

static Int

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

static Int

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

static Int

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

static Int

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

static 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.

static Int

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

static Int

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

static Int

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

static Int

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

static Int

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

static Int

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

static Int

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

static Int

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

static Int

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

static Int

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

static Int

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

Constants

ARRAY

Added in API level 1
static val ARRAY: Int

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

Value: 2003

BIGINT

Added in API level 1
static val BIGINT: Int

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

Value: -5

BINARY

Added in API level 1
static val BINARY: Int

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

Value: -2

BIT

Added in API level 1
static val BIT: Int

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

Value: -7

BLOB

Added in API level 1
static val BLOB: Int

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

Value: 2004

BOOLEAN

Added in API level 1
static val BOOLEAN: Int

The constant in the Java programming language, somtimes referred to as a type code, that identifies the generic SQL type BOOLEAN.

Value: 16

CHAR

Added in API level 1
static val CHAR: Int

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

Value: 1

CLOB

Added in API level 1
static val CLOB: Int

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

Value: 2005
Added in API level 1
static val DATALINK: Int

The constant in the Java programming language, somtimes referred to as a type code, that identifies the generic SQL type DATALINK.

Value: 70

DATE

Added in API level 1
static val DATE: Int

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

Value: 91

DECIMAL

Added in API level 1
static val DECIMAL: Int

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

Value: 3

DISTINCT

Added in API level 1
static val DISTINCT: Int

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

Value: 2001

DOUBLE

Added in API level 1
static val DOUBLE: Int

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

Value: 8

FLOAT

Added in API level 1
static val FLOAT: Int

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

Value: 6

INTEGER

Added in API level 1
static val INTEGER: Int

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

Value: 4

JAVA_OBJECT

Added in API level 1
static val JAVA_OBJECT: Int

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

Value: 2000

LONGNVARCHAR

Added in API level 9
static val LONGNVARCHAR: Int

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

Value: -16

LONGVARBINARY

Added in API level 1
static val LONGVARBINARY: Int

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

Value: -4

LONGVARCHAR

Added in API level 1
static val LONGVARCHAR: Int

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

Value: -1

NCHAR

Added in API level 9
static val NCHAR: Int

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

Value: -15

NCLOB

Added in API level 9
static val NCLOB: Int

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

Value: 2011

NULL

Added in API level 1
static val NULL: Int

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

Value: 0

NUMERIC

Added in API level 1
static val NUMERIC: Int

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

Value: 2

NVARCHAR

Added in API level 9
static val NVARCHAR: Int

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

Value: -9

OTHER

Added in API level 1
static 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.

Value: 1111

REAL

Added in API level 1
static val REAL: Int

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

Value: 7

REF

Added in API level 1
static val REF: Int

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

Value: 2006

ROWID

Added in API level 9
static val ROWID: Int

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

Value: -8

SMALLINT

Added in API level 1
static val SMALLINT: Int

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

Value: 5

SQLXML

Added in API level 9
static val SQLXML: Int

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

Value: 2009

STRUCT

Added in API level 1
static val STRUCT: Int

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

Value: 2002

TIME

Added in API level 1
static val TIME: Int

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

Value: 92

TIMESTAMP

Added in API level 1
static val TIMESTAMP: Int

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

Value: 93

TINYINT

Added in API level 1
static val TINYINT: Int

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

Value: -6

VARBINARY

Added in API level 1
static val VARBINARY: Int

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

Value: -3

VARCHAR

Added in API level 1
static val VARCHAR: Int

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

Value: 12