Searched defs:scaleOrLength (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/java/sql/
H A DPreparedStatement.java921 * the number of bytes specified by scaleOrLength. If the second argument is a
923 * by scaleOrLength. If these conditions are not true the driver will generate a
946 * @param scaleOrLength for <code>java.sql.Types.DECIMAL</code>
970 void setObject(int parameterIndex, Object x, int targetSqlType, int scaleOrLength) argument
H A DResultSet.java1837 * the number of bytes specified by scaleOrLength. If the second argument is a
1839 * by scaleOrLength. If these conditions are not true the driver will generate a
1844 * @param scaleOrLength for an object of <code>java.math.BigDecimal</code> ,
1858 void updateObject(int columnIndex, Object x, int scaleOrLength) argument
2227 * the number of bytes specified by scaleOrLength. If the second argument is a
2229 * by scaleOrLength. If these conditions are not true the driver will generate a
2234 * @param scaleOrLength for an object of <code>java.math.BigDecimal</code> ,
2248 void updateObject(String columnLabel, Object x, int scaleOrLength) argument
/openjdk7/jdk/src/share/classes/javax/sql/
H A DRowSet.java1202 * the number of bytes specified by scaleOrLength. If the second argument is a
1203 * <code>Reader</code> then the reader must contain the number of characters specified * by scaleOrLength. If these conditions are not true the driver will generate a
1227 * @param scaleOrLength for <code>java.sql.Types.DECIMAL</code>
1237 void setObject(int parameterIndex, Object x, int targetSqlType, int scaleOrLength) argument

Completed in 394 milliseconds