📄 index-all.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"><!--NewPage--><HTML><HEAD><!-- Generated by javadoc on Tue Oct 06 18:12:00 PDT 1998 --><TITLE>: Index</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" ID="NavBarCell1"><A NAME="navbar_top_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" ID="NavBarCell1"> <FONT ID="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" ID="NavBarCell1"> <FONT ID="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" ID="NavBarCell1"> <A HREF="javax/sql/package-tree.html"><FONT ID="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" ID="NavBarCell1"> <A HREF="deprecated-list.html"><FONT ID="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" ID="NavBarCell1Rev"> <FONT ID="NavBarFont1Rev"><B>Index</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" ID="NavBarCell1"> <A HREF="help-doc.html"><FONT ID="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" ID="NavBarCell2"><FONT SIZE="-2"> PREV NEXT</FONT></TD><TD BGCOLOR="white" ID="NavBarCell2"><FONT SIZE="-2"> <A HREF="index.html" TARGET="_top"><B>FRAMES</B></A> <A HREF="index-all.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><A HREF="#_A_">A</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_G_">G</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_W_">W</A> <A HREF="#_X_">X</A> <HR><A NAME="_A_"><!-- --></A><H2><B>A</B></H2><DL><DT><A HREF="javax/sql/CachedRowSet.html#acceptChanges()"><B>acceptChanges()</B></A> - Method in class javax.sql.<A HREF="javax/sql/CachedRowSet.html">CachedRowSet</A><DD>Propagate all row update, insert, and delete changes to a data source.<DT><A HREF="javax/sql/CachedRowSet.html#acceptChanges(java.sql.Connection)"><B>acceptChanges(Connection)</B></A> - Method in class javax.sql.<A HREF="javax/sql/CachedRowSet.html">CachedRowSet</A><DD>Like acceptChanges() above, but takes a Connection argument.<DT><A HREF="javax/sql/PooledConnection.html#addConnectionEventListener(javax.sql.ConnectionEventListener)"><B>addConnectionEventListener(ConnectionEventListener)</B></A> - Method in interface javax.sql.<A HREF="javax/sql/PooledConnection.html">PooledConnection</A><DD> Add an event listener.<DT><A HREF="javax/sql/RowSet.html#addRowSetListener(javax.sql.RowSetListener)"><B>addRowSetListener(RowSetListener)</B></A> - Method in interface javax.sql.<A HREF="javax/sql/RowSet.html">RowSet</A><DD>RowSet listener registration.</DL><HR><A NAME="_C_"><!-- --></A><H2><B>C</B></H2><DL><DT><A HREF="javax/sql/CachedRowSet.html"><B>CachedRowSet</B></A> - class javax.sql.<A HREF="javax/sql/CachedRowSet.html">CachedRowSet</A>.<DD>A CachedRowSet is a disconnected, serializable, scrollable container for tabular data.<DT><A HREF="javax/sql/CachedRowSet.html#CachedRowSet()"><B>CachedRowSet()</B></A> - Constructor for class javax.sql.<A HREF="javax/sql/CachedRowSet.html">CachedRowSet</A><DD>Create a CachedRowSet object.<DT><A HREF="javax/sql/CachedRowSet.html#cancelRowDelete()"><B>cancelRowDelete()</B></A> - Method in class javax.sql.<A HREF="javax/sql/CachedRowSet.html">CachedRowSet</A><DD>Cancels deletion of the current row.<DT><A HREF="javax/sql/CachedRowSet.html#cancelRowInsert()"><B>cancelRowInsert()</B></A> - Method in class javax.sql.<A HREF="javax/sql/CachedRowSet.html">CachedRowSet</A><DD>Cancels insertion of the current row.<DT><A HREF="javax/sql/RowSet.html#clearParameters()"><B>clearParameters()</B></A> - Method in interface javax.sql.<A HREF="javax/sql/RowSet.html">RowSet</A><DD>In general, parameter values remain in force for repeated use of a RowSet.<DT><A HREF="javax/sql/CachedRowSet.html#clone()"><B>clone()</B></A> - Method in class javax.sql.<A HREF="javax/sql/CachedRowSet.html">CachedRowSet</A><DD>Returns an identical rowset object backed by a deep copy of this rowset's data.<DT><A HREF="javax/sql/PooledConnection.html#close()"><B>close()</B></A> - Method in interface javax.sql.<A HREF="javax/sql/PooledConnection.html">PooledConnection</A><DD>Close the database connection.<DT><A HREF="javax/sql/ConnectionEventListener.html#connectionClosed(javax.sql.ConnectionEvent)"><B>connectionClosed(ConnectionEvent)</B></A> - Method in interface javax.sql.<A HREF="javax/sql/ConnectionEventListener.html">ConnectionEventListener</A><DD>Invoked when the application calls close() on its representation of the connection.<DT><A HREF="javax/sql/ConnectionEventListener.html#connectionErrorOccurred(javax.sql.ConnectionEvent)"><B>connectionErrorOccurred(ConnectionEvent)</B></A> - Method in interface javax.sql.<A HREF="javax/sql/ConnectionEventListener.html">ConnectionEventListener</A><DD>Invoked when a fatal connection error occurs, just before an SQLException is thrown to the application.<DT><A HREF="javax/sql/ConnectionEvent.html"><B>ConnectionEvent</B></A> - class javax.sql.<A HREF="javax/sql/ConnectionEvent.html">ConnectionEvent</A>.<DD>The ConnectionEvent class provides information about the source of a connection related event.<DT><A HREF="javax/sql/ConnectionEvent.html#ConnectionEvent(javax.sql.PooledConnection)"><B>ConnectionEvent(PooledConnection)</B></A> - Constructor for class javax.sql.<A HREF="javax/sql/ConnectionEvent.html">ConnectionEvent</A><DD>Construct a ConnectionEvent object.<DT><A HREF="javax/sql/ConnectionEvent.html#ConnectionEvent(javax.sql.PooledConnection, java.sql.SQLException)"><B>ConnectionEvent(PooledConnection, SQLException)</B></A> - Constructor for class javax.sql.<A HREF="javax/sql/ConnectionEvent.html">ConnectionEvent</A><DD>Construct a ConnectionEvent object.<DT><A HREF="javax/sql/ConnectionEventListener.html"><B>ConnectionEventListener</B></A> - interface javax.sql.<A HREF="javax/sql/ConnectionEventListener.html">ConnectionEventListener</A>.<DD>The ConnectionEventListener interface is implemented by aconnection pooling component.<DT><A HREF="javax/sql/ConnectionPoolDataSource.html"><B>ConnectionPoolDataSource</B></A> - interface javax.sql.<A HREF="javax/sql/ConnectionPoolDataSource.html">ConnectionPoolDataSource</A>.<DD>A ConnectionPoolDataSource object is a factory for PooledConnection objects.<DT><A HREF="javax/sql/CachedRowSet.html#createCopy()"><B>createCopy()</B></A> - Method in class javax.sql.<A HREF="javax/sql/CachedRowSet.html">CachedRowSet</A><DD>Same as clone() above().<DT><A HREF="javax/sql/CachedRowSet.html#createShared()"><B>createShared()</B></A> - Method in class javax.sql.<A HREF="javax/sql/CachedRowSet.html">CachedRowSet</A><DD>Returns a new rowset object backed by the same data.<DT><A HREF="javax/sql/RowSetListener.html#cursorMoved(javax.sql.RowSetEvent)"><B>cursorMoved(RowSetEvent)</B></A> - Method in interface javax.sql.<A HREF="javax/sql/RowSetListener.html">RowSetListener</A><DD>Called when a rowset's cursor is moved.</DL><HR><A NAME="_D_"><!-- --></A><H2><B>D</B></H2><DL><DT><A HREF="javax/sql/DataSource.html"><B>DataSource</B></A> - interface javax.sql.<A HREF="javax/sql/DataSource.html">DataSource</A>.<DD>A DataSource object is a factory for Connection objects.</DL><HR><A NAME="_E_"><!-- --></A><H2><B>E</B></H2><DL><DT><A HREF="javax/sql/RowSet.html#execute()"><B>execute()</B></A> - Method in interface javax.sql.<A HREF="javax/sql/RowSet.html">RowSet</A><DD>Fills the rowset with data.<DT><A HREF="javax/sql/CachedRowSet.html#execute(java.sql.Connection)"><B>execute(Connection)</B></A> - Method in class javax.sql.<A HREF="javax/sql/CachedRowSet.html">CachedRowSet</A><DD>Populates the rowset with data.</DL><HR><A NAME="_G_"><!-- --></A><H2><B>G</B></H2><DL><DT><A HREF="javax/sql/RowSetMetaDataImpl.html#getCatalogName(int)"><B>getCatalogName(int)</B></A> - Method in class javax.sql.<A HREF="javax/sql/RowSetMetaDataImpl.html">RowSetMetaDataImpl</A><DD>What's a column's table's catalog name?<DT><A HREF="javax/sql/RowSetMetaDataImpl.html#getColumnClassName(int)"><B>getColumnClassName(int)</B></A> - Method in class javax.sql.<A HREF="javax/sql/RowSetMetaDataImpl.html">RowSetMetaDataImpl</A><DD> <DT><A HREF="javax/sql/RowSetMetaDataImpl.html#getColumnCount()"><B>getColumnCount()</B></A> - Method in class javax.sql.<A HREF="javax/sql/RowSetMetaDataImpl.html">RowSetMetaDataImpl</A><DD>What's the number of columns in the ResultSet?<DT><A HREF="javax/sql/RowSetMetaDataImpl.html#getColumnDisplaySize(int)"><B>getColumnDisplaySize(int)</B></A> - Method in class javax.sql.<A HREF="javax/sql/RowSetMetaDataImpl.html">RowSetMetaDataImpl</A><DD>What's the column's normal max width in chars?<DT><A HREF="javax/sql/RowSetMetaDataImpl.html#getColumnLabel(int)"><B>getColumnLabel(int)</B></A> - Method in class javax.sql.<A HREF="javax/sql/RowSetMetaDataImpl.html">RowSetMetaDataImpl</A><DD>What's the suggested column title for use in printouts and displays?<DT><A HREF="javax/sql/RowSetMetaDataImpl.html#getColumnName(int)"><B>getColumnName(int)</B></A> - Method in class javax.sql.<A HREF="javax/sql/RowSetMetaDataImpl.html">RowSetMetaDataImpl</A><DD>What's a column's name?<DT><A HREF="javax/sql/RowSetMetaDataImpl.html#getColumnType(int)"><B>getColumnType(int)</B></A> - Method in class javax.sql.<A HREF="javax/sql/RowSetMetaDataImpl.html">RowSetMetaDataImpl</A><DD>What's a column's SQL type?<DT><A HREF="javax/sql/RowSetMetaDataImpl.html#getColumnTypeName(int)"><B>getColumnTypeName(int)</B></A> - Method in class javax.sql.<A HREF="javax/sql/RowSetMetaDataImpl.html">RowSetMetaDataImpl</A><DD>What's a column's data source specific type name?<DT><A HREF="javax/sql/RowSet.html#getCommand()"><B>getCommand()</B></A> - Method in interface javax.sql.<A HREF="javax/sql/RowSet.html">RowSet</A><DD>Get the rowset's command property.<DT><A HREF="javax/sql/PooledConnection.html#getConnection()"><B>getConnection()</B></A> - Method in interface javax.sql.<A HREF="javax/sql/PooledConnection.html">PooledConnection</A><DD>Create an object handle for a database connection.<DT><A HREF="javax/sql/RowSetInternal.html#getConnection()"><B>getConnection()</B></A> - Method in interface javax.sql.<A HREF="javax/sql/RowSetInternal.html">RowSetInternal</A><DD>Get the Connection passed to the rowset.<DT><A HREF="javax/sql/DataSource.html#getConnection()"><B>getConnection()</B></A> - Method in interface javax.sql.<A HREF="javax/sql/DataSource.html">DataSource</A><DD>Attempt to establish a database connection.<DT><A HREF="javax/sql/DataSource.html#getConnection(java.lang.String, java.lang.String)"><B>getConnection(String, String)</B></A> - Method in interface javax.sql.<A HREF="javax/sql/DataSource.html">DataSource</A><DD>Attempt to establish a database connection.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -