Searched defs:setString (Results 1 - 6 of 6) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
H A DSQLXML.java178 * writing APIs are called: setBinaryStream(), setCharacterStream(), setResult(), and setString().
340 void setString(String value) throws SQLException; method in interface:SQLXML
H A DClob.java196 int setString(long pos, String str) throws SQLException; method in interface:Clob
228 int setString(long pos, String str, int offset, int len) throws SQLException; method in interface:Clob
H A DPreparedStatement.java40 * <P><B>Note:</B> The setter methods (<code>setShort</code>, <code>setString</code>,
237 void setString(int parameterIndex, String x) throws SQLException; method in interface:PreparedStatement
H A DCallableStatement.java172 * @see #setString
952 void setString(String parameterName, String x) throws SQLException; method in interface:CallableStatement
1351 * @see #setString
/libcore/luni/src/test/java/libcore/java/sql/
H A DOldPreparedStatementTest.java124 ps.setString(1, "dog");
184 ps.setString(2, "No name");
202 ps.setString(1, "cat");
258 ps.setString(1, "cat");
449 ps.setString(2, "dog");
466 ps.setString(2, "cat");
710 ps.setString(1, str);
724 ps.setString(1, "");
738 ps.setString(1, " ");
751 ps.setString(
2406 public int setString(long pos, String str) throws SQLException { method in class:OldPreparedStatementTest.MockClob
2410 public int setString(long pos, String str, int offset, int len) method in class:OldPreparedStatementTest.MockClob
[all...]
/libcore/ojluni/src/main/java/javax/sql/
H A DRowSet.java44 * <code>setBytes</code>, <code>setString</code>, and so on)
768 void setString(int parameterIndex, String x) throws SQLException; method in interface:RowSet
787 void setString(String parameterName, String x) throws SQLException; method in interface:RowSet

Completed in 228 milliseconds