⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 package-summary.html

📁 API資料大全
💻 HTML
📖 第 1 页 / 共 2 页
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd"><!--NewPage--><HTML><HEAD><!-- Generated by javadoc on Thu Apr 27 23:31:48 PDT 2000 --><TITLE>Java 2 Platform SE v1.3: Package java.sql</TITLE><LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style"></HEAD><BODY BGCOLOR="white"><!-- ========== START OF NAVBAR ========== --><A NAME="navbar_top"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_top_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">  <TR ALIGN="center" VALIGN="top">  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><b>Java<sup><font size=-2>TM</font></sup>&nbsp;2&nbsp;Platform<br>Std.&nbsp;Ed. v1.3</b></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;<A HREF="../../java/security/spec/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;&nbsp;<A HREF="../../java/text/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="package-summary.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><HR><H2>Package java.sql</H2>Provides the API for accessing and processing data in a data source usingthe Java<sup><font size=-2>TM</font></sup> programming language.<P><B>See: </B><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="#package_description"><B>Description</B></A><P><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2"><B>Interface Summary</B></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="Array.html"><I>Array</I></A></B></TD><TD> The mapping in the Java programming language for the SQL type <code>ARRAY</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="Blob.html"><I>Blob</I></A></B></TD><TD>The representation (mapping) in the Java<sup><font size=-2>TM</font></sup> programming language of an SQL  <code>BLOB</code> value.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="CallableStatement.html"><I>CallableStatement</I></A></B></TD><TD>The interface used to execute SQL  stored procedures.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="Clob.html"><I>Clob</I></A></B></TD><TD>The mapping in the Java<sup><font size=-2>TM</font></sup> programming language  for the SQL <code>CLOB</code> type.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="Connection.html"><I>Connection</I></A></B></TD><TD>A connection (session) with a specific database.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="DatabaseMetaData.html"><I>DatabaseMetaData</I></A></B></TD><TD>Comprehensive information about the database as a whole.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="Driver.html"><I>Driver</I></A></B></TD><TD>The interface that every driver class must implement.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="PreparedStatement.html"><I>PreparedStatement</I></A></B></TD><TD>An object that represents a precompiled SQL statement.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="Ref.html"><I>Ref</I></A></B></TD><TD>The mapping in the Java programming language of an SQL <code>REF</code> value, which is a reference to an SQL structured type value in the database.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="ResultSet.html"><I>ResultSet</I></A></B></TD><TD>A table of data representing a database result set, which is usually generated by executing a statement that queries the database.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="ResultSetMetaData.html"><I>ResultSetMetaData</I></A></B></TD><TD>An object that can be used to get information about the types  and properties of the columns in a <code>ResultSet</code> object.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="SQLData.html"><I>SQLData</I></A></B></TD><TD>The interface used for the custom mapping of SQL user-defined types.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="SQLInput.html"><I>SQLInput</I></A></B></TD><TD>An input stream that contains a stream of values representing an  instance of an SQL structured or distinct type.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="SQLOutput.html"><I>SQLOutput</I></A></B></TD><TD>The output stream for writing the attributes of a user-defined type back to the database.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="Statement.html"><I>Statement</I></A></B></TD><TD>The object used for executing a static SQL statement and obtaining the results produced by it.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="Struct.html"><I>Struct</I></A></B></TD><TD>The standard mapping in the Java programming language for an SQL structured type.</TD></TR></TABLE>&nbsp;<P><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2"><B>Class Summary</B></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="Date.html">Date</A></B></TD><TD>A thin wrapper around a millisecond value that allows JDBC to identify this as a SQL DATE.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="DriverManager.html">DriverManager</A></B></TD><TD>The basic service for managing a set of JDBC drivers.<br> <B>NOTE:</B> The <code>DataSource</code> interface, new in the JDBC 2.0 API, provides another way to connect to a data source.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="DriverPropertyInfo.html">DriverPropertyInfo</A></B></TD><TD>Driver properties for making a connection.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="SQLPermission.html">SQLPermission</A></B></TD><TD>The permission for which the <code>SecurityManager</code> will check when code that is running in an applet calls one of the  <code>setLogWriter</code> methods.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="Time.html">Time</A></B></TD><TD>A thin wrapper around <code>java.util.Date</code> that allows JDBC to identify this as a SQL <code>TIME</code> value.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="Timestamp.html">Timestamp</A></B></TD><TD>A thin wrapper around <code>java.util.Date</code> that allows the JDBC API to identify this as an SQL <code>TIMESTAMP</code> value.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="Types.html">Types</A></B></TD><TD>The class that defines the constants that are used to identify generic SQL types, called JDBC types.</TD></TR></TABLE>&nbsp;<P><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2"><B>Exception Summary</B></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="BatchUpdateException.html">BatchUpdateException</A></B></TD><TD>An exception thrown when an error occurs during a batch update operation.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="DataTruncation.html">DataTruncation</A></B></TD><TD>An exception that reports a DataTruncation warning (on reads) or throws a DataTruncation exception (on writes) when JDBC unexpectedly truncates a data value.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="SQLException.html">SQLException</A></B></TD><TD>An exception that provides information on a database access error or other errors.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="SQLWarning.html">SQLWarning</A></B></TD><TD>An exception that provides information on  database access warnings.</TD></TR></TABLE>&nbsp;<P><A NAME="package_description"><!-- --></A><H2>Package java.sql Description</H2><P>Provides the API for accessing and processing data in a data source usingthe Java<sup><font size=-2>TM</font></sup> programming language.   This API includes a framework whereby differentdrivers can be installed dynamically to access different data sources.<P>The <code>java.sql</code> package, referred to as the JDBC 2.0 core API, had many new features added in the Java<sup><font size=-2>TM</font></sup> 2 SDK, Standard Edition, version 1.2 release. New methods, fields, constructors, and exceptions in the JDBC 2.0 API are marked "Since 1.2" in the javadoc comments.<P>The class <code>SQLPermission</code> was added in theJava<sup><font size=-2>TM</font></sup> 2 SDK, Standard Edition, version 1.3 release. This class is used to prevent unauthorizedaccess to the logging stream associated with the <code>DriverManager</code>,which may contain information such astable names, column data, and so on.<p><h2><a name="2.0 API">What Is in the JDBC<sup><font size=-2>TM</font></sup> 2.0 API</a></h2><P><B>NOTE:</B> Code that uses API marked "Since 1.2" must be run using a JDBC technology driver that implements the JDBC 2.0 core API.  Check yourdriver documentation to be sure that it implements the particular features you want to use.<P>The JDBC<sup><font size=-3>TM</font></sup> 2.0 API includes the complete JDBC API, which includes both core and Optional Package API,and provides industrial-strength databasecomputing capabilities.  It is not, however, limited to SQL databases;the JDBC2.0 API makes it possible to access data from virtually any datasource with a tabular format. 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -