<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!--NewPage-->
<html>
<head>
<!-- Generated by javadoc on Wed Jul 28 01:21:15 GMT 1999 -->
<title>
  Class java.sql.Types
</title>
</head>
<body>
<a name="_top_"></a>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.sql.html">This Package</a>  <a href="java.sql.Timestamp.html#_top_">Previous</a>  <a href="Package-java.sql.html">Next</a>  <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
  Class java.sql.Types
</h1>
<pre>
<a href="java.lang.Object.html#_top_">java.lang.Object</a>
   |
   +----java.sql.Types
</pre>
<hr>
<dl>
  <dt> public class <b>Types</b>
  <dt> extends <a href="java.lang.Object.html#_top_">Object</a>
</dl>
<P>This class defines constants that are used to identify SQL types.
 The actual type constant values are equivalent to those in XOPEN.
<p>
<hr>
<a name="index"></a>
<h2>
  <img src="images/variable-index.gif" width=207 height=38 alt="Variable Index">
</h2>
<dl>
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#BIGINT"><b>BIGINT</b></a>
  <dd> 
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#BINARY"><b>BINARY</b></a>
  <dd> 
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#BIT"><b>BIT</b></a>
  <dd> 
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#CHAR"><b>CHAR</b></a>
  <dd> 
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#DATE"><b>DATE</b></a>
  <dd> 
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#DECIMAL"><b>DECIMAL</b></a>
  <dd> 
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#DOUBLE"><b>DOUBLE</b></a>
  <dd> 
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#FLOAT"><b>FLOAT</b></a>
  <dd> 
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#INTEGER"><b>INTEGER</b></a>
  <dd> 
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#LONGVARBINARY"><b>LONGVARBINARY</b></a>
  <dd> 
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#LONGVARCHAR"><b>LONGVARCHAR</b></a>
  <dd> 
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#NULL"><b>NULL</b></a>
  <dd> 
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#NUMERIC"><b>NUMERIC</b></a>
  <dd> 
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#OTHER"><b>OTHER</b></a>
  <dd>  OTHER indicates that the SQL type is database specific and
 gets mapped to a Java object which can be accessed via
 getObject and setObject.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#REAL"><b>REAL</b></a>
  <dd> 
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#SMALLINT"><b>SMALLINT</b></a>
  <dd> 
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#TIME"><b>TIME</b></a>
  <dd> 
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#TIMESTAMP"><b>TIMESTAMP</b></a>
  <dd> 
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#TINYINT"><b>TINYINT</b></a>
  <dd> 
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#VARBINARY"><b>VARBINARY</b></a>
  <dd> 
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#VARCHAR"><b>VARCHAR</b></a>
  <dd> 
</dl>
<a name="variables"></a>
<h2>
  <img src="images/variables.gif" width=153 height=38 alt="Variables">
</h2>
<a name="BIT"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>BIT</b>
<pre>
 public static final int BIT
</pre>
<a name="TINYINT"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>TINYINT</b>
<pre>
 public static final int TINYINT
</pre>
<a name="SMALLINT"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>SMALLINT</b>
<pre>
 public static final int SMALLINT
</pre>
<a name="INTEGER"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>INTEGER</b>
<pre>
 public static final int INTEGER
</pre>
<a name="BIGINT"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>BIGINT</b>
<pre>
 public static final int BIGINT
</pre>
<a name="FLOAT"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>FLOAT</b>
<pre>
 public static final int FLOAT
</pre>
<a name="REAL"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>REAL</b>
<pre>
 public static final int REAL
</pre>
<a name="DOUBLE"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>DOUBLE</b>
<pre>
 public static final int DOUBLE
</pre>
<a name="NUMERIC"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>NUMERIC</b>
<pre>
 public static final int NUMERIC
</pre>
<a name="DECIMAL"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>DECIMAL</b>
<pre>
 public static final int DECIMAL
</pre>
<a name="CHAR"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>CHAR</b>
<pre>
 public static final int CHAR
</pre>
<a name="VARCHAR"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>VARCHAR</b>
<pre>
 public static final int VARCHAR
</pre>
<a name="LONGVARCHAR"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>LONGVARCHAR</b>
<pre>
 public static final int LONGVARCHAR
</pre>
<a name="DATE"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>DATE</b>
<pre>
 public static final int DATE
</pre>
<a name="TIME"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>TIME</b>
<pre>
 public static final int TIME
</pre>
<a name="TIMESTAMP"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>TIMESTAMP</b>
<pre>
 public static final int TIMESTAMP
</pre>
<a name="BINARY"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>BINARY</b>
<pre>
 public static final int BINARY
</pre>
<a name="VARBINARY"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>VARBINARY</b>
<pre>
 public static final int VARBINARY
</pre>
<a name="LONGVARBINARY"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>LONGVARBINARY</b>
<pre>
 public static final int LONGVARBINARY
</pre>
<a name="NULL"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>NULL</b>
<pre>
 public static final int NULL
</pre>
<a name="OTHER"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>OTHER</b>
<pre>
 public static final int OTHER
</pre>
<dl>
  <dd> OTHER indicates that the SQL type is database specific and
 gets mapped to a Java object which can be accessed via
 getObject and setObject.<p>
</dl>
<hr>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.sql.html">This Package</a>  <a href="java.sql.Timestamp.html#_top_">Previous</a>  <a href="Package-java.sql.html">Next</a>  <a href="AllNames.html">Index</a></pre>
</body>
</html>
