Lines Matching refs:sql

26 package java.sql;
103 * @param sqlType the SQL type code defined in <code>java.sql.Types</code>
253 * Sets the designated parameter to the given <code>java.sql.Date</code> value
265 void setDate(int parameterIndex, java.sql.Date x)
269 * Sets the designated parameter to the given <code>java.sql.Time</code> value.
279 void setTime(int parameterIndex, java.sql.Time x)
283 * Sets the designated parameter to the given <code>java.sql.Timestamp</code> value.
293 void setTimestamp(int parameterIndex, java.sql.Timestamp x)
395 * @param targetSqlType the SQL type (as defined in java.sql.Types) to be
541 * Sets the designated parameter to the given <code>java.sql.Blob</code> object.
556 * Sets the designated parameter to the given <code>java.sql.Clob</code> object.
571 * Sets the designated parameter to the given <code>java.sql.Array</code> object.
614 * Sets the designated parameter to the given <code>java.sql.Date</code> value,
632 void setDate(int parameterIndex, java.sql.Date x, Calendar cal)
636 * Sets the designated parameter to the given <code>java.sql.Time</code> value,
654 void setTime(int parameterIndex, java.sql.Time x, Calendar cal)
658 * Sets the designated parameter to the given <code>java.sql.Timestamp</code> value,
676 void setTimestamp(int parameterIndex, java.sql.Timestamp x, Calendar cal)
701 * @param sqlType a value from <code>java.sql.Types</code>
753 * Sets the designated parameter to the given <code>java.sql.RowId</code> object. The
808 * Sets the designated parameter to a <code>java.sql.NClob</code> object. The driver converts this to a
896 * Sets the designated parameter to the given <code>java.sql.SQLXML</code> object.
944 * @param targetSqlType the SQL type (as defined in java.sql.Types) to be
946 * @param scaleOrLength for <code>java.sql.Types.DECIMAL</code>
947 * or <code>java.sql.Types.NUMERIC types</code>,