Searched refs:parameterIndex (Results 1 – 5 of 5) sorted by relevance
/libcore/ojluni/src/main/java/java/sql/ |
D | PreparedStatement.java | 116 void setNull(int parameterIndex, int sqlType) throws SQLException; in setNull() argument 130 void setBoolean(int parameterIndex, boolean x) throws SQLException; in setBoolean() argument 143 void setByte(int parameterIndex, byte x) throws SQLException; in setByte() argument 156 void setShort(int parameterIndex, short x) throws SQLException; in setShort() argument 169 void setInt(int parameterIndex, int x) throws SQLException; in setInt() argument 182 void setLong(int parameterIndex, long x) throws SQLException; in setLong() argument 195 void setFloat(int parameterIndex, float x) throws SQLException; in setFloat() argument 208 void setDouble(int parameterIndex, double x) throws SQLException; in setDouble() argument 221 void setBigDecimal(int parameterIndex, BigDecimal x) throws SQLException; in setBigDecimal() argument 237 void setString(int parameterIndex, String x) throws SQLException; in setString() argument [all …]
|
D | CallableStatement.java | 103 void registerOutParameter(int parameterIndex, int sqlType) in registerOutParameter() argument 137 void registerOutParameter(int parameterIndex, int sqlType, int scale) in registerOutParameter() argument 174 String getString(int parameterIndex) throws SQLException; in getString() argument 190 boolean getBoolean(int parameterIndex) throws SQLException; in getBoolean() argument 205 byte getByte(int parameterIndex) throws SQLException; in getByte() argument 220 short getShort(int parameterIndex) throws SQLException; in getShort() argument 235 int getInt(int parameterIndex) throws SQLException; in getInt() argument 250 long getLong(int parameterIndex) throws SQLException; in getLong() argument 265 float getFloat(int parameterIndex) throws SQLException; in getFloat() argument 279 double getDouble(int parameterIndex) throws SQLException; in getDouble() argument [all …]
|
/libcore/ojluni/src/main/java/javax/sql/ |
D | RowSet.java | 456 void setNull(int parameterIndex, int sqlType) throws SQLException; in setNull() argument 548 void setBoolean(int parameterIndex, boolean x) throws SQLException; in setBoolean() argument 575 void setByte(int parameterIndex, byte x) throws SQLException; in setByte() argument 602 void setShort(int parameterIndex, short x) throws SQLException; in setShort() argument 629 void setInt(int parameterIndex, int x) throws SQLException; in setInt() argument 656 void setLong(int parameterIndex, long x) throws SQLException; in setLong() argument 683 void setFloat(int parameterIndex, float x) throws SQLException; in setFloat() argument 710 void setDouble(int parameterIndex, double x) throws SQLException; in setDouble() argument 738 void setBigDecimal(int parameterIndex, BigDecimal x) throws SQLException; in setBigDecimal() argument 768 void setString(int parameterIndex, String x) throws SQLException; in setString() argument [all …]
|
/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/ |
D | Parameter.java | 101 int parameterIndex, in getAnnotationNative() argument
|
/libcore/ojluni/src/main/java/java/lang/reflect/ |
D | Parameter.java | 283 Executable executable, int parameterIndex, Class<A> annotationType); in getAnnotationNative() argument
|