Home
last modified time | relevance | path

Searched defs:setAsciiStream (Results 1 – 6 of 6) sorted by relevance

/libcore/luni/src/main/java/java/sql/
DClob.java121 public OutputStream setAsciiStream(long pos) throws SQLException; in setAsciiStream() method
DPreparedStatement.java166 public void setAsciiStream(int parameterIndex, InputStream theInputStream, in setAsciiStream() method
805 …public void setAsciiStream(int parameterIndex, InputStream inputStream, long length) throws SQLExc… in setAsciiStream() method
843 public void setAsciiStream(int parameterIndex, InputStream inputStream) throws SQLException; in setAsciiStream() method
DCallableStatement.java944 public void setAsciiStream(String parameterName, in setAsciiStream() method
1566 … public void setAsciiStream(String parameterName, InputStream x, long length) throws SQLException; in setAsciiStream() method
1572 public void setAsciiStream(String parameterName, InputStream x) throws SQLException; in setAsciiStream() method
/libcore/luni/src/main/java/javax/sql/
DRowSet.java290 public void setAsciiStream(int parameterIndex, InputStream theInputStream, in setAsciiStream() method
308 public void setAsciiStream(int parameterIndex, InputStream theInputStream) in setAsciiStream() method
325 public void setAsciiStream(String parameterName, InputStream theInputStream) in setAsciiStream() method
343 public void setAsciiStream(String parameterName, in setAsciiStream() method
/libcore/luni/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java109 public void setAsciiStream(int parameterIndex, InputStream theInputStream, in setAsciiStream() method in Impl_RowSet
997 public void setAsciiStream(int parameterIndex, InputStream theInputStream) in setAsciiStream() method in Impl_RowSet
1002 public void setAsciiStream(String parameterName, InputStream theInputStream) in setAsciiStream() method in Impl_RowSet
1007 public void setAsciiStream(String parameterName, in setAsciiStream() method in Impl_RowSet
/libcore/luni/src/test/java/tests/sql/
DPreparedStatementTest.java3228 public OutputStream setAsciiStream(long pos) throws SQLException { in setAsciiStream() method in PreparedStatementTest.MockClob