Lines Matching refs:sql

28 import java.sql.*;
29 import javax.sql.*;
35 import javax.sql.rowset.*;
36 import javax.sql.rowset.spi.SyncProvider;
37 import javax.sql.rowset.spi.SyncProviderException;
465 * @see javax.sql.RowSet
466 * @see javax.sql.rowset.CachedRowSet
467 * @see javax.sql.rowset.spi.SyncProvider
1180 * <code>java.sql.Date</code> object.
1190 public java.sql.Date getDate(int columnIndex) throws SQLException {
1197 * <code>java.sql.Time</code> object.
1207 public java.sql.Time getTime(int columnIndex) throws SQLException {
1214 * <code>java.sql.Timestamp</code> object.
1224 public java.sql.Timestamp getTimestamp(int columnIndex) throws SQLException {
1231 * <code>java.sql.Timestamp</code> object.
1461 * of the current row as a <code>java.sql.Date</code> object.
1471 public java.sql.Date getDate(String columnName) throws SQLException {
1477 * of the current row as a <code>java.sql.Time</code> object.
1487 public java.sql.Time getTime(String columnName) throws SQLException {
1493 * of the current row as a <code>java.sql.Timestamp</code> object.
1503 public java.sql.Timestamp getTimestamp(String columnName) throws SQLException {
2556 public void updateDate(int columnIndex, java.sql.Date x) throws SQLException {
2584 public void updateTime(int columnIndex, java.sql.Time x) throws SQLException {
2613 public void updateTimestamp(int columnIndex, java.sql.Timestamp x) throws SQLException {
3073 public void updateDate(String columnName, java.sql.Date x) throws SQLException {
3101 public void updateTime(String columnName, java.sql.Time x) throws SQLException {
3132 public void updateTimestamp(String columnName, java.sql.Timestamp x) throws SQLException {
3576 * of this <code>JoinRowSetImpl</code> object as a <code>java.sql.Date</code>
3593 public java.sql.Date getDate(int columnIndex, Calendar cal) throws SQLException {
3599 * of this <code>JoinRowSetImpl</code> object as a <code>java.sql.Date</code>
3615 public java.sql.Date getDate(String columnName, Calendar cal) throws SQLException {
3621 * of this <code>JoinRowSetImpl</code> object as a <code>java.sql.Time</code>
3638 public java.sql.Time getTime(int columnIndex, Calendar cal) throws SQLException {
3644 * of this <code>JoinRowSetImpl</code> object as a <code>java.sql.Time</code>
3660 public java.sql.Time getTime(String columnName, Calendar cal) throws SQLException {
3666 * of this <code>JoinRowSetImpl</code> object as a <code>java.sql.Timestamp</code>
3683 public java.sql.Timestamp getTimestamp(int columnIndex, Calendar cal) throws SQLException {
3690 * <code>java.sql.Timestamp</code> object, using the given
3706 public java.sql.Timestamp getTimestamp(String columnName, Calendar cal) throws SQLException {
3804 * @param ref the <code>java.sql.Ref</code> object that will be set as
3811 public void updateRef(int columnIndex, java.sql.Ref ref) throws SQLException {
3832 * @param ref the <code>java.sql.Ref</code> object that will be set as
3839 public void updateRef(String columnName, java.sql.Ref ref) throws SQLException {
3860 * @param c the <code>java.sql.Clob</code> object that will be set as
3888 * @param c the <code>java.sql.Clob</code> object that will be set as
3916 * @param b the <code>java.sql.Blob</code> object that will be set as
3944 * @param b the <code>java.sql.Blob</code> object that will be set as
3972 * @param a the <code>java.sql.Array</code> object that will be set as
4000 * @param a the <code>java.sql.Array</code> object that will be set as
4054 * @see java.sql.Connection
4199 * <code>javax.sql.RowSetListener</code> interface and wants to be notified
4307 * @see javax.sql.RowSetEvent
4308 * @see javax.sql.RowSetListener