Varchar type in java

Varchar type in java

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

Field Summary

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

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

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

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, somtimes 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 CHAR .

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, somtimes 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 DATE .

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

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

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

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

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

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

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

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

Читайте также:  Код для flappy bird java

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

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 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, sometimes referred to as a type code, that identifies the generic SQL type REAL .

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

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

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

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

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

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

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

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

Method Summary

Methods inherited from class java.lang.Object

Field Detail

BIT

public static final int BIT

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

TINYINT

public static final int TINYINT

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

SMALLINT

public static final int SMALLINT

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

INTEGER

public static final int INTEGER

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

Читайте также:  Https gps interfeis ru gps map php

BIGINT

public static final int BIGINT

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

FLOAT

public static final int FLOAT

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

REAL

public static final int REAL

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

DOUBLE

public static final int DOUBLE

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

NUMERIC

public static final int NUMERIC

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

DECIMAL

public static final int DECIMAL

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

CHAR

public static final int CHAR

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

VARCHAR

public static final int VARCHAR

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

LONGVARCHAR

public static final int LONGVARCHAR

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

DATE

public static final int DATE

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

TIME

public static final int TIME

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

TIMESTAMP

public static final int TIMESTAMP

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

BINARY

public static final int BINARY

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

VARBINARY

public static final int VARBINARY

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

LONGVARBINARY

public static final int LONGVARBINARY

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

NULL

public static final int NULL

OTHER

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

JAVA_OBJECT

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

DISTINCT

public static final int DISTINCT

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

Читайте также:  Php cli disable module

STRUCT

public static final int STRUCT

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

ARRAY

public static final int ARRAY

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

BLOB

public static final int BLOB

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

CLOB

public static final int CLOB

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

REF

public static final int REF

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

public static final int DATALINK

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

BOOLEAN

public static final int BOOLEAN

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

ROWID

public static final int ROWID

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

NCHAR

public static final int NCHAR

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

NVARCHAR

public static final int NVARCHAR

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

LONGNVARCHAR

public static final int LONGNVARCHAR

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

NCLOB

public static final int NCLOB

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

SQLXML

public static final int SQLXML

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

REF_CURSOR

public static final int REF_CURSOR

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

TIME_WITH_TIMEZONE

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

TIMESTAMP_WITH_TIMEZONE

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

Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2023, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.

Источник

Оцените статью