Java Doc for Types.java in  » 6.0-JDK-Core » sql » java » sql » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Home
Java Source Code / Java Documentation
1.6.0 JDK Core
2.6.0 JDK Modules
3.6.0 JDK Modules com.sun
4.6.0 JDK Modules com.sun.java
5.6.0 JDK Modules sun
6.6.0 JDK Platform
7.Ajax
8.Apache Harmony Java SE
9.Aspect oriented
10.Authentication Authorization
11.Blogger System
12.Build
13.Byte Code
14.Cache
15.Chart
16.Chat
17.Code Analyzer
18.Collaboration
19.Content Management System
20.Database Client
21.Database DBMS
22.Database JDBC Connection Pool
23.Database ORM
24.Development
25.EJB Server
26.ERP CRM Financial
27.ESB
28.Forum
29.Game
30.GIS
31.Graphic 3D
32.Graphic Library
33.Groupware
34.HTML Parser
35.IDE
36.IDE Eclipse
37.IDE Netbeans
38.Installer
39.Internationalization Localization
40.Inversion of Control
41.Issue Tracking
42.J2EE
43.J2ME
44.JBoss
45.JMS
46.JMX
47.Library
48.Mail Clients
49.Music
50.Net
51.Parser
52.PDF
53.Portal
54.Profiler
55.Project Management
56.Report
57.RSS RDF
58.Rule Engine
59.Science
60.Scripting
61.Search Engine
62.Security
63.Sevlet Container
64.Source Control
65.Swing Library
66.Template Engine
67.Test Coverage
68.Testing
69.UML
70.Web Crawler
71.Web Framework
72.Web Mail
73.Web Server
74.Web Services
75.Web Services apache cxf 2.2.6
76.Web Services AXIS2
77.Wiki Engine
78.Workflow Engines
79.XML
80.XML UI
Java Source Code / Java Documentation » 6.0 JDK Core » sql » java.sql 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   java.sql.Types

Types
public class Types (Code)

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

This class is never instantiated.



Field Summary
final public static  intARRAY
     The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type ARRAY.
final public static  intBIGINT
    

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

final public static  intBINARY
    

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

final public static  intBIT
    

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

final public static  intBLOB
     The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type BLOB.
final public static  intBOOLEAN
     The constant in the Java programming language, somtimes referred to as a type code, that identifies the generic SQL type BOOLEAN.
final public static  intCHAR
    

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

final public static  intCLOB
     The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type CLOB.
final public static  intDATALINK
     The constant in the Java programming language, somtimes referred to as a type code, that identifies the generic SQL type DATALINK.
final public static  intDATE
    

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

final public static  intDECIMAL
    

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

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

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

final public static  intFLOAT
    

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

final public static  intINTEGER
    

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

final public static  intJAVA_OBJECT
     The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type JAVA_OBJECT.
final public static  intLONGNVARCHAR
     The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type LONGNVARCHAR.
final public static  intLONGVARBINARY
    

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

final public static  intLONGVARCHAR
    

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

final public static  intNCHAR
    
final public static  intNCLOB
     The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type NCLOB.
final public static  intNULL
    

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

final public static  intNUMERIC
    

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

final public static  intNVARCHAR
     The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type NVARCHAR.
final public static  intOTHER
     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.
final public static  intREAL
    

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

final public static  intREF
     The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type REF.
final public static  intROWID
    
final public static  intSMALLINT
    

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

final public static  intSQLXML
     The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type XML.
final public static  intSTRUCT
     The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type STRUCT.
final public static  intTIME
    

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

final public static  intTIMESTAMP
    

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

final public static  intTINYINT
    

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

final public static  intVARBINARY
    

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

final public static  intVARCHAR
    

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




Field Detail
ARRAY
final public static int ARRAY(Code)
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type ARRAY.
since:
   1.2



BIGINT
final public static int BIGINT(Code)

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




BINARY
final public static int BINARY(Code)

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




BIT
final public static int BIT(Code)

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




BLOB
final public static int BLOB(Code)
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type BLOB.
since:
   1.2



BOOLEAN
final public static int BOOLEAN(Code)
The constant in the Java programming language, somtimes referred to as a type code, that identifies the generic SQL type BOOLEAN.
since:
   1.4



CHAR
final public static int CHAR(Code)

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




CLOB
final public static int CLOB(Code)
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type CLOB.
since:
   1.2



DATALINK
final public static int DATALINK(Code)
The constant in the Java programming language, somtimes referred to as a type code, that identifies the generic SQL type DATALINK.
since:
   1.4



DATE
final public static int DATE(Code)

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




DECIMAL
final public static int DECIMAL(Code)

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




DISTINCT
final public static int DISTINCT(Code)
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type DISTINCT.
since:
   1.2



DOUBLE
final public static int DOUBLE(Code)

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




FLOAT
final public static int FLOAT(Code)

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




INTEGER
final public static int INTEGER(Code)

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




JAVA_OBJECT
final public static int JAVA_OBJECT(Code)
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type JAVA_OBJECT.
since:
   1.2



LONGNVARCHAR
final public static int LONGNVARCHAR(Code)
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type LONGNVARCHAR.
since:
   1.6



LONGVARBINARY
final public static int LONGVARBINARY(Code)

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




LONGVARCHAR
final public static int LONGVARCHAR(Code)

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




NCHAR
final public static int NCHAR(Code)
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type NCHAR
since:
   1.6



NCLOB
final public static int NCLOB(Code)
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type NCLOB.
since:
   1.6



NULL
final public static int NULL(Code)

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




NUMERIC
final public static int NUMERIC(Code)

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




NVARCHAR
final public static int NVARCHAR(Code)
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type NVARCHAR.
since:
   1.6



OTHER
final public static int OTHER(Code)
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.



REAL
final public static int REAL(Code)

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




REF
final public static int REF(Code)
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type REF.
since:
   1.2



ROWID
final public static int ROWID(Code)
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type ROWID
since:
   1.6



SMALLINT
final public static int SMALLINT(Code)

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




SQLXML
final public static int SQLXML(Code)
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type XML.
since:
   1.6



STRUCT
final public static int STRUCT(Code)
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type STRUCT.
since:
   1.2



TIME
final public static int TIME(Code)

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




TIMESTAMP
final public static int TIMESTAMP(Code)

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




TINYINT
final public static int TINYINT(Code)

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




VARBINARY
final public static int VARBINARY(Code)

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




VARCHAR
final public static int VARCHAR(Code)

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






Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.