Searched refs:targetSqlType (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/java/sql/
H A DPreparedStatement.java395 * @param targetSqlType the SQL type (as defined in java.sql.Types) to be
400 * @exception SQLFeatureNotSupportedException if <code>targetSqlType</code> is
409 void setObject(int parameterIndex, Object x, int targetSqlType) argument
926 * <p>The given Java object will be converted to the given targetSqlType
944 * @param targetSqlType the SQL type (as defined in java.sql.Types) to be
959 * @exception SQLFeatureNotSupportedException if <code>targetSqlType</code> is
970 void setObject(int parameterIndex, Object x, int targetSqlType, int scaleOrLength) argument
H A DCallableStatement.java1085 * <p>The given Java object will be converted to the given targetSqlType
1103 * @param targetSqlType the SQL type (as defined in java.sql.Types) to be
1111 * @exception SQLFeatureNotSupportedException if <code>targetSqlType</code> is
1122 void setObject(String parameterName, Object x, int targetSqlType, int scale) argument
1132 * @param targetSqlType the SQL type (as defined in java.sql.Types) to be
1137 * @exception SQLFeatureNotSupportedException if <code>targetSqlType</code> is
1147 void setObject(String parameterName, Object x, int targetSqlType) argument
/openjdk7/jdk/src/share/classes/javax/sql/
H A DRowSet.java1206 * <p>The given Java object will be converted to the targetSqlType
1224 * @param targetSqlType the SQL type (as defined in <code>java.sql.Types</code>)
1237 void setObject(int parameterIndex, Object x, int targetSqlType, int scaleOrLength) argument
1245 * <p>The given Java object will be converted to the given targetSqlType
1263 * @param targetSqlType the SQL type (as defined in java.sql.Types) to be
1270 * @exception SQLFeatureNotSupportedException if <code>targetSqlType</code> is
1281 void setObject(String parameterName, Object x, int targetSqlType, int scale) argument
1297 * @param targetSqlType the SQL type (as defined in <code>java.sql.Types</code>)
1302 int targetSqlType) throws SQLException;
1311 * @param targetSqlType th
1301 setObject(int parameterIndex, Object x, int targetSqlType) argument
1325 setObject(String parameterName, Object x, int targetSqlType) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DBaseRowSet.java2553 * second element is the value set for <i>targetSqlType</i>. The
2576 * @param targetSqlType the SQL type (as defined in <code>java.sql.Types</code>)
2578 * further qualify this type. If a non-standard <i>targetSqlType</i>
2588 public void setObject(int parameterIndex, Object x, int targetSqlType, int scale) throws SQLException { argument
2594 obj[1] = Integer.valueOf(targetSqlType);
2606 * targetSqlType, int scale)</code> except that it assumes a scale of zero.
2624 * The second element is the value set for <i>targetSqlType</i>.
2643 * @param targetSqlType the SQL type (as defined in <code>java.sql.Types</code>)
2644 * to be sent to the database. If a non-standard <i>targetSqlType</i>
2651 public void setObject(int parameterIndex, Object x, int targetSqlType) throw argument
3718 setObject(String parameterName, Object x, int targetSqlType, int scale) argument
3746 setObject(String parameterName, Object x, int targetSqlType) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJdbcRowSetImpl.java6481 * <p>The given Java object will be converted to the given targetSqlType
6499 * @param targetSqlType the SQL type (as defined in java.sql.Types) to be
6506 * @exception SQLFeatureNotSupportedException if <code>targetSqlType</code> is
6517 public void setObject(String parameterName, Object x, int targetSqlType, int scale) argument
6529 * @param targetSqlType the SQL type (as defined in java.sql.Types) to be
6533 * @exception SQLFeatureNotSupportedException if <code>targetSqlType</code> is
6543 public void setObject(String parameterName, Object x, int targetSqlType) argument
H A DCachedRowSetImpl.java9549 * <p>The given Java object will be converted to the given targetSqlType
9567 * @param targetSqlType the SQL type (as defined in java.sql.Types) to be
9574 * @exception SQLFeatureNotSupportedException if <code>targetSqlType</code> is
9585 public void setObject(String parameterName, Object x, int targetSqlType, int scale) argument
9599 * @param targetSqlType the SQL type (as defined in java.sql.Types) to be
9603 * @exception SQLFeatureNotSupportedException if <code>targetSqlType</code> is
9613 public void setObject(String parameterName, Object x, int targetSqlType) argument

Completed in 102 milliseconds