Lines Matching refs:sql

28 import java.sql.*;
29 import javax.sql.*;
36 import javax.sql.rowset.*;
721 if (param[0] instanceof java.sql.Date ||
722 param[0] instanceof java.sql.Time ||
723 param[0] instanceof java.sql.Timestamp) {
727 ps.setDate(i + 1, (java.sql.Date)param[0],
1024 * a <code>java.sql.BigDecimal</code>.
1063 * a <code>java.sql.Date</code> object in the Java programming language.
1072 public java.sql.Date getDate(int columnIndex) throws SQLException {
1081 * a <code>java.sql.Time</code> object in the Java programming language.
1090 public java.sql.Time getTime(int columnIndex) throws SQLException {
1099 * a <code>java.sql.Timestamp</code> object in the Java programming language.
1108 public java.sql.Timestamp getTimestamp(int columnIndex) throws SQLException {
1379 * a <code>java.sql.Date</code> object in the Java programming language.
1388 public java.sql.Date getDate(String columnName) throws SQLException {
1395 * a <code>java.sql.Time</code> object in the Java programming language.
1405 public java.sql.Time getTime(String columnName) throws SQLException {
1412 * a <code>java.sql.Timestamp</code> object.
1421 public java.sql.Timestamp getTimestamp(String columnName) throws SQLException {
2046 * @see java.sql.Statement#setFetchDirection
2158 * @see java.sql.DatabaseMetaData#updatesAreDetected
2176 * @see java.sql.DatabaseMetaData#insertsAreDetected
2196 * @see java.sql.DatabaseMetaData#deletesAreDetected
2469 * Updates the designated column with a <code>java.sql.Date</code> value.
2482 public void updateDate(int columnIndex, java.sql.Date x) throws SQLException {
2494 * Updates the designated column with a <code>java.sql.Time</code> value.
2507 public void updateTime(int columnIndex, java.sql.Time x) throws SQLException {
2518 * Updates the designated column with a <code>java.sql.Timestamp</code>
2532 public void updateTimestamp(int columnIndex, java.sql.Timestamp x) throws SQLException {
2626 * @param scale for <code>java.sql.Types.DECIMAl</code>
2627 * or <code>java.sql.Types.NUMERIC</code> types,
2799 * Updates the designated column with a <code>java.sql.BigDecimal</code>
2857 * Updates the designated column with a <code>java.sql.Date</code> value.
2868 public void updateDate(String columnName, java.sql.Date x) throws SQLException {
2873 * Updates the designated column with a <code>java.sql.Time</code> value.
2884 public void updateTime(String columnName, java.sql.Time x) throws SQLException {
2889 * Updates the designated column with a <code>java.sql.Timestamp</code>
2901 public void updateTimestamp(String columnName, java.sql.Timestamp x) throws SQLException {
2966 * @param scale for <code>java.sql.Types.DECIMAL</code>
2967 * or <code>java.sql.Types.NUMERIC</code> types,
3172 public java.sql.Statement getStatement() throws SQLException {
3357 * of this rowset's <code>ResultSet</code> object as a <code>java.sql.Date</code>
3365 * @return the column value as a <code>java.sql.Date</code> object;
3372 public java.sql.Date getDate(int columnIndex, Calendar cal) throws SQLException {
3380 * of this rowset's <code>ResultSet</code> object as a <code>java.sql.Date</code>
3388 * @return the column value as a <code>java.sql.Date</code> object;
3396 public java.sql.Date getDate(String columnName, Calendar cal) throws SQLException {
3402 * of this rowset's <code>ResultSet</code> object as a <code>java.sql.Time</code>
3410 * @return the column value as a <code>java.sql.Time</code> object;
3417 public java.sql.Time getTime(int columnIndex, Calendar cal) throws SQLException {
3425 * of this rowset's <code>ResultSet</code> object as a <code>java.sql.Time</code>
3433 * @return the column value as a <code>java.sql.Time</code> object;
3440 public java.sql.Time getTime(String columnName, Calendar cal) throws SQLException {
3447 * <code>java.sql.Timestamp</code> object.
3455 * @return the column value as a <code>java.sql.Timestamp</code> object;
3462 public java.sql.Timestamp getTimestamp(int columnIndex, Calendar cal) throws SQLException {
3471 * <code>java.sql.Timestamp</code> object.
3479 * @return the column value as a <code>java.sql.Timestamp</code> object;
3486 public java.sql.Timestamp getTimestamp(String columnName, Calendar cal) throws SQLException {
3514 public void updateRef(int columnIndex, java.sql.Ref ref)
3542 public void updateRef(String columnName, java.sql.Ref ref)
3605 * <code>java.sql.Blob</code> value.
3633 * <code>java.sql.Blob </code> value.
3659 * <code>java.sql.Array</code> values.
3687 * <code>java.sql.Array</code> value.
4585 * @see javax.sql.rowset.spi.SyncFactory
4586 * @see javax.sql.rowset.spi.SyncProvider
4661 * <code>ResultSet</code> object as a java.sql.RowId object in the Java
4676 * <code>ResultSet</code> object as a java.sql.RowId object in the Java
4769 * to <code>java.sql.Types.NCLOB</code>
4781 * to <code>java.sql.Types.NCLOB</code>
4822 public <T> T unwrap(java.lang.Class<T> iface) throws java.sql.SQLException{
4831 * Sets the designated parameter to the given <code>java.sql.SQLXML</code> object. The driver converts this to an
4843 * Sets the designated parameter to the given <code>java.sql.SQLXML</code> object. The driver converts this to an
4855 * Sets the designated parameter to the given <code>java.sql.RowId</code> object. The
4870 * Sets the designated parameter to the given <code>java.sql.RowId</code> object. The
4932 * Sets the designated parameter to a <code>java.sql.NClob</code> object. The object
4933 * implements the <code>java.sql.NClob</code> interface. This <code>NClob</code>
4987 * Updates the designated column with a <code>java.sql.SQLXML</code> value.
5003 * Updates the designated column with a <code>java.sql.SQLXML</code> value.
6004 * Sets the designated parameter to a <code>java.sql.NClob</code> object. The driver converts this to
6099 * Sets the designated parameter to the given <code>java.sql.Timestamp</code> value,
6119 public void setTimestamp(String parameterName, java.sql.Timestamp x, Calendar cal)
6153 * Sets the designated parameter to the given <code>java.sql.Clob</code> object.
6196 * Sets the designated parameter to the given <code>java.sql.Date</code> value
6211 public void setDate(String parameterName, java.sql.Date x)
6217 * Sets the designated parameter to the given <code>java.sql.Date</code> value,
6237 public void setDate(String parameterName, java.sql.Date x, Calendar cal)
6244 * Sets the designated parameter to the given <code>java.sql.Time</code> value.
6257 public void setTime(String parameterName, java.sql.Time x)
6263 * Sets the designated parameter to the given <code>java.sql.Time</code> value,
6283 public void setTime(String parameterName, java.sql.Time x, Calendar cal)
6434 * Sets the designated parameter to the given <code>java.sql.Blob</code> object.
6499 * @param targetSqlType the SQL type (as defined in java.sql.Types) to be
6501 * @param scale for java.sql.Types.DECIMAL or java.sql.Types.NUMERIC types,
6529 * @param targetSqlType the SQL type (as defined in java.sql.Types) to be
6817 * Sets the designated parameter to the given <code>java.sql.Timestamp</code> value.
6831 public void setTimestamp(String parameterName, java.sql.Timestamp x)
6842 * @param sqlType the SQL type code defined in <code>java.sql.Types</code>
6875 * @param sqlType a value from <code>java.sql.Types</code>