Home
last modified time | relevance | path

Searched refs:parameterName (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
DCallableStatement.java660 void registerOutParameter(String parameterName, int sqlType) in registerOutParameter() argument
695 void registerOutParameter(String parameterName, int sqlType, int scale) in registerOutParameter() argument
742 void registerOutParameter (String parameterName, int sqlType, String typeName) in registerOutParameter() argument
781 void setURL(String parameterName, java.net.URL val) throws SQLException; in setURL() argument
797 void setNull(String parameterName, int sqlType) throws SQLException; in setNull() argument
814 void setBoolean(String parameterName, boolean x) throws SQLException; in setBoolean() argument
831 void setByte(String parameterName, byte x) throws SQLException; in setByte() argument
848 void setShort(String parameterName, short x) throws SQLException; in setShort() argument
865 void setInt(String parameterName, int x) throws SQLException; in setInt() argument
882 void setLong(String parameterName, long x) throws SQLException; in setLong() argument
[all …]
/libcore/ojluni/src/main/java/javax/sql/
DRowSet.java471 void setNull(String parameterName, int sqlType) throws SQLException; in setNull() argument
536 void setNull (String parameterName, int sqlType, String typeName) in setNull() argument
564 void setBoolean(String parameterName, boolean x) throws SQLException; in setBoolean() argument
591 void setByte(String parameterName, byte x) throws SQLException; in setByte() argument
618 void setShort(String parameterName, short x) throws SQLException; in setShort() argument
645 void setInt(String parameterName, int x) throws SQLException; in setInt() argument
672 void setLong(String parameterName, long x) throws SQLException; in setLong() argument
699 void setFloat(String parameterName, float x) throws SQLException; in setFloat() argument
726 void setDouble(String parameterName, double x) throws SQLException; in setDouble() argument
755 void setBigDecimal(String parameterName, BigDecimal x) throws SQLException; in setBigDecimal() argument
[all …]