Varchar тип данных java

Class Types

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

Читайте также:  Decode base64 string to string java

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 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 declared in class java.lang.Object

Field Details

BIT

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

Читайте также:  Css размещение блока справа

TINYINT

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

SMALLINT

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

INTEGER

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

BIGINT

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

FLOAT

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

REAL

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

DOUBLE

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

NUMERIC

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

DECIMAL

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

CHAR

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

VARCHAR

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

LONGVARCHAR

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

DATE

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

TIME

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

TIMESTAMP

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

BINARY

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

VARBINARY

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

LONGVARBINARY

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

NULL

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

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

DISTINCT

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

Читайте также:  Debugging tools for java

STRUCT

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

ARRAY

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

BLOB

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

CLOB

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

REF

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

BOOLEAN

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

ROWID

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

NCHAR

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

NVARCHAR

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

LONGNVARCHAR

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

NCLOB

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

SQLXML

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

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

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

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

Report a bug or suggest an enhancement
For further API reference and developer documentation see the Java SE Documentation, which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples. Other versions.
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1993, 2023, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA.
All rights reserved. Use is subject to license terms and the documentation redistribution policy.

Источник

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