Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module : java.sql - Package : java.sql
Version documentée : Java SE 17

Type énuméré « JDBCType »

Informations générales

Liste des attributs

Tous les attributs Attributs d'instance Attributs statiques Attributs dépréciés
QualificateursTypeNomDescription
public static JDBCType ARRAY
public static JDBCType BIGINT
public static JDBCType BINARY
public static JDBCType BIT
public static JDBCType BLOB
public static JDBCType BOOLEAN
public static JDBCType CHAR
public static JDBCType CLOB
public static JDBCType DATALINK
public static JDBCType DATE
public static JDBCType DECIMAL
public static JDBCType DISTINCT
public static JDBCType DOUBLE
public static JDBCType FLOAT
public static JDBCType INTEGER
public static JDBCType JAVA_OBJECT
public static JDBCType LONGNVARCHAR
public static JDBCType LONGVARBINARY
public static JDBCType LONGVARCHAR
public static JDBCType NCHAR
public static JDBCType NCLOB
public static JDBCType NULL
public static JDBCType NUMERIC
public static JDBCType NVARCHAR
public static JDBCType OTHER
public static JDBCType REAL
public static JDBCType REF
public static JDBCType REF_CURSOR
public static JDBCType ROWID
public static JDBCType SMALLINT
public static JDBCType SQLXML
public static JDBCType STRUCT
public static JDBCType TIME
public static JDBCType TIMESTAMP
public static JDBCType TIMESTAMP_WITH_TIMEZONE
public static JDBCType TIME_WITH_TIMEZONE
public static JDBCType TINYINT
public static JDBCType VARBINARY
public static JDBCType VARCHAR

Liste des constructeurs

Constructeurs Constructeurs dépréciés
ConstructeurDescription

Liste des propriétés (getters/setters)

Propriétés Propriétés dépréciées
QualificateursTypeNomR/W
public String name R/-
public String vendor R/-
public Integer vendorTypeNumber R/-

Propriétés héritées de la classe java.lang.Enum

declaringClass

Propriétés héritées de la classe java.lang.Object

class

Liste des méthodes

Toutes les méthodes Méthodes d'instance Méthodes statiques Méthodes concrètes Méthodes abstraites Méthodes dépréciées
QualificateursType de retourPrototype de la méthodeDescription
public String getName()
public String getVendor()
public Integer getVendorTypeNumber()
public static JDBCType valueOf( int arg0 )
public static JDBCType valueOf( String arg0 )
public static JDBCType[] values()

Méthodes héritées de la classe java.lang.Enum

clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

Méthodes héritées de la classe java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait