Lines Matching refs:sql

26 package javax.sql;
28 import java.sql.*;
77 * <code>java.sql.ResultSet</code> interface. The <code>RowSetMetaData</code>
78 * interface extends the <code>java.sql.ResultSetMetaData</code> interface.
419 * @see java.sql.ResultSet#getType
453 * @param sqlType a SQL type code defined by <code>java.sql.Types</code>
464 * @param sqlType the SQL type code defined in <code>java.sql.Types</code>
495 * @param sqlType a value from <code>java.sql.Types</code>
526 * @param sqlType a value from <code>java.sql.Types</code>
822 * to the given <code>java.sql.Date</code> value. The driver converts this to
830 void setDate(int parameterIndex, java.sql.Date x) throws SQLException;
834 * to the given <code>java.sql.Time</code> value. The driver converts this to
842 void setTime(int parameterIndex, java.sql.Time x) throws SQLException;
846 * to the given <code>java.sql.Timestamp</code> value. The driver converts this to
854 void setTimestamp(int parameterIndex, java.sql.Timestamp x)
858 * Sets the designated parameter to the given <code>java.sql.Timestamp</code> value.
872 void setTimestamp(String parameterName, java.sql.Timestamp x)
1224 * @param targetSqlType the SQL type (as defined in <code>java.sql.Types</code>)
1227 * @param scaleOrLength for <code>java.sql.Types.DECIMAL</code>
1228 * or <code>java.sql.Types.NUMERIC types</code>,
1235 * @see java.sql.Types
1263 * @param targetSqlType the SQL type (as defined in java.sql.Types) to be
1265 * @param scale for java.sql.Types.DECIMAL or java.sql.Types.NUMERIC types,
1297 * @param targetSqlType the SQL type (as defined in <code>java.sql.Types</code>)
1311 * @param targetSqlType the SQL type (as defined in java.sql.Types) to be
1506 * Sets the designated parameter to the given <code>java.sql.Blob</code> object.
1627 * Sets the designated parameter to the given <code>java.sql.Clob</code> object.
1678 * with the given <code>java.sql.Date</code> value. The driver will convert this
1687 void setDate(int parameterIndex, java.sql.Date x, Calendar cal)
1691 * Sets the designated parameter to the given <code>java.sql.Date</code> value
1706 void setDate(String parameterName, java.sql.Date x)
1710 * Sets the designated parameter to the given <code>java.sql.Date</code> value,
1730 void setDate(String parameterName, java.sql.Date x, Calendar cal)
1735 * with the given <code>java.sql.Time</code> value. The driver will convert this
1744 void setTime(int parameterIndex, java.sql.Time x, Calendar cal)
1748 * Sets the designated parameter to the given <code>java.sql.Time</code> value.
1761 void setTime(String parameterName, java.sql.Time x)
1765 * Sets the designated parameter to the given <code>java.sql.Time</code> value,
1785 void setTime(String parameterName, java.sql.Time x, Calendar cal)
1790 * with the given <code>java.sql.Timestamp</code> value. The driver will
1801 void setTimestamp(int parameterIndex, java.sql.Timestamp x, Calendar cal)
1805 * Sets the designated parameter to the given <code>java.sql.Timestamp</code> value,
1825 void setTimestamp(String parameterName, java.sql.Timestamp x, Calendar cal)
1900 * Sets the designated parameter to the given <code>java.sql.SQLXML</code> object. The driver converts this to an
1917 * Sets the designated parameter to the given <code>java.sql.SQLXML</code> object. The driver converts this to an
1934 * Sets the designated parameter to the given <code>java.sql.RowId</code> object. The
1947 * Sets the designated parameter to the given <code>java.sql.RowId</code> object. The
2045 * Sets the designated parameter to a <code>java.sql.NClob</code> object. The object
2046 * implements the <code>java.sql.NClob</code> interface. This <code>NClob</code>
2133 * Sets the designated parameter to a <code>java.sql.NClob</code> object. The driver converts this to a