Lines Matching refs:sql

26 package javax.sql.rowset;
28 import java.sql.*;
29 import javax.sql.*;
35 import javax.sql.rowset.serial.*;
569 * <code>javax.sql.RowSetListener</code> interface and wants to be notified
599 if ((this instanceof javax.sql.RowSet) == false) {
601 "must implement javax.sql.RowSet or one of it's sub-interfaces.");
744 * <code>javax.sql.Reader</code> object uses to make a connection
810 * retrieve a <code>javax.sql.DataSource</code> object. This
1050 * @see javax.sql.rowset.spi.SyncFactory
1051 * @see javax.sql.rowset.spi.SyncProvider
1079 * @see javax.sql.rowset.spi.SyncFactory
1080 * @see javax.sql.rowset.spi.SyncProvider
1511 * type codes defined in <code>java.sql.Types</code>. This SQL type is
1552 * defined in the class {@link java.sql.Types}. If a non-standard
1631 * @param sqlType a value from <code>java.sql.Types</code>
1989 * Sets the designated parameter to the given <code>java.sql.Date</code>
2021 public void setDate(int parameterIndex, java.sql.Date x) throws SQLException {
2031 * Sets the designated parameter to the given <code>java.sql.Time</code>
2060 * @param x a <code>java.sql.Time</code> object, which is to be set as the value
2066 public void setTime(int parameterIndex, java.sql.Time x) throws SQLException {
2077 * <code>java.sql.Timestamp</code> value.
2104 * @param x a <code>java.sql.Timestamp</code> object
2109 public void setTimestamp(int parameterIndex, java.sql.Timestamp x) throws SQLException {
2556 * <code>java.sql.Types.NUMERIC</code> or <code>java.sql.Types.DECIMAL</code>.
2576 * @param targetSqlType the SQL type (as defined in <code>java.sql.Types</code>)
2581 * @param scale for the types <code>java.sql.Types.DECIMAL</code> and
2582 * <code>java.sql.Types.NUMERIC</code>, this is the number
2643 * @param targetSqlType the SQL type (as defined in <code>java.sql.Types</code>)
2769 * @see javax.sql.rowset.serial.SerialRef
2813 * @see javax.sql.rowset.serial.SerialBlob
2858 * @see javax.sql.rowset.serial.SerialBlob
2906 * @see javax.sql.rowset.serial.SerialArray
2917 * Sets the designated parameter to the given <code>java.sql.Date</code>
2942 * is the given <code>java.sql.Date</code> object.
2960 * @param x a <code>java.sql.Date</code> object representing an SQL
2968 public void setDate(int parameterIndex, java.sql.Date x, Calendar cal) throws SQLException {
2982 * Sets the designated parameter to the given <code>java.sql.Time</code>
3009 * is the given <code>java.sql.Time</code> object.
3027 * @param x a <code>java.sql.Time</code> object
3034 public void setTime(int parameterIndex, java.sql.Time x, Calendar cal) throws SQLException {
3049 * <code>java.sql.Timestamp</code> object. The driver converts this
3075 * is the given <code>java.sql.Timestamp</code> object.
3093 * @param x a <code>java.sql.Timestamp</code> object
3100 public void setTimestamp(int parameterIndex, java.sql.Timestamp x, Calendar cal) throws SQLException {
3202 * @param sqlType the SQL type code defined in <code>java.sql.Types</code>
3236 * @param sqlType a value from <code>java.sql.Types</code>
3456 * Sets the designated parameter to the given <code>java.sql.Timestamp</code> value.
3470 public void setTimestamp(String parameterName, java.sql.Timestamp x)
3700 * @param targetSqlType the SQL type (as defined in java.sql.Types) to be
3702 * @param scale for java.sql.Types.DECIMAL or java.sql.Types.NUMERIC types,
3732 * @param targetSqlType the SQL type (as defined in java.sql.Types) to be
3887 * Sets the designated parameter to the given <code>java.sql.Blob</code> object.
4011 * Sets the designated parameter to the given <code>java.sql.Clob</code> object.
4055 * Sets the designated parameter to the given <code>java.sql.Date</code> value
4070 public void setDate(String parameterName, java.sql.Date x)
4077 * Sets the designated parameter to the given <code>java.sql.Date</code> value,
4097 public void setDate(String parameterName, java.sql.Date x, Calendar cal)
4104 * Sets the designated parameter to the given <code>java.sql.Time</code> value.
4117 public void setTime(String parameterName, java.sql.Time x)
4124 * Sets the designated parameter to the given <code>java.sql.Time</code> value,
4144 public void setTime(String parameterName, java.sql.Time x, Calendar cal)
4151 * Sets the designated parameter to the given <code>java.sql.Timestamp</code> value,
4171 public void setTimestamp(String parameterName, java.sql.Timestamp x, Calendar cal)
4178 * Sets the designated parameter to the given <code>java.sql.SQLXML</code> object. The driver converts this to an
4198 * Sets the designated parameter to the given <code>java.sql.SQLXML</code> object. The driver converts this to an
4218 * Sets the designated parameter to the given <code>java.sql.RowId</code> object. The
4234 * Sets the designated parameter to the given <code>java.sql.RowId</code> object. The
4349 * Sets the designated parameter to a <code>java.sql.NClob</code> object. The object
4350 * implements the <code>java.sql.NClob</code> interface. This <code>NClob</code>
4449 * Sets the designated parameter to a <code>java.sql.NClob</code> object. The driver converts this oa