Searched refs:setAsciiStream (Results 1 - 5 of 5) sorted by relevance

/libcore/luni/src/main/java/java/sql/
H A DClob.java121 public OutputStream setAsciiStream(long pos) throws SQLException; method in interface:Clob
H A DPreparedStatement.java166 public void setAsciiStream(int parameterIndex, InputStream theInputStream, method in interface:PreparedStatement
807 public void setAsciiStream(int parameterIndex, InputStream inputStream, long length) throws SQLException; method in interface:PreparedStatement
845 public void setAsciiStream(int parameterIndex, InputStream inputStream) throws SQLException; method in interface:PreparedStatement
H A DCallableStatement.java944 public void setAsciiStream(String parameterName, method in interface:CallableStatement
1567 public void setAsciiStream(String parameterName, InputStream x, long length) throws SQLException; method in interface:CallableStatement
1573 public void setAsciiStream(String parameterName, InputStream x) throws SQLException; method in interface:CallableStatement
/libcore/luni/src/main/java/javax/sql/
H A DRowSet.java290 public void setAsciiStream(int parameterIndex, InputStream theInputStream, method in interface:RowSet
308 public void setAsciiStream(int parameterIndex, InputStream theInputStream) method in interface:RowSet
325 public void setAsciiStream(String parameterName, InputStream theInputStream) method in interface:RowSet
343 public void setAsciiStream(String parameterName, method in interface:RowSet
/libcore/luni/src/test/java/libcore/java/sql/
H A DOldPreparedStatementTest.java2242 ps.setAsciiStream(0, file, 100);
2400 public OutputStream setAsciiStream(long pos) throws SQLException { method in class:OldPreparedStatementTest.MockClob

Completed in 112 milliseconds