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

/libcore/ojluni/src/main/java/java/sql/
H A DPreparedStatement.java397 * @param targetSqlType the SQL type (as defined in java.sql.Types) to be
402 * @exception SQLFeatureNotSupportedException if <code>targetSqlType</code> is
411 void setObject(int parameterIndex, Object x, int targetSqlType) argument
928 * <p>The given Java object will be converted to the given targetSqlType
946 * @param targetSqlType the SQL type (as defined in java.sql.Types) to be
961 * @exception SQLFeatureNotSupportedException if <code>targetSqlType</code> is
972 void setObject(int parameterIndex, Object x, int targetSqlType, int scaleOrLength) argument
H A DCallableStatement.java1087 * <p>The given Java object will be converted to the given targetSqlType
1105 * @param targetSqlType the SQL type (as defined in java.sql.Types) to be
1113 * @exception SQLFeatureNotSupportedException if <code>targetSqlType</code> is
1124 void setObject(String parameterName, Object x, int targetSqlType, int scale) argument
1134 * @param targetSqlType the SQL type (as defined in java.sql.Types) to be
1139 * @exception SQLFeatureNotSupportedException if <code>targetSqlType</code> is
1149 void setObject(String parameterName, Object x, int targetSqlType) argument
/libcore/ojluni/src/main/java/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...]

Completed in 41 milliseconds