Searched defs:setAsciiStream (Results 1 – 6 of 6) sorted by relevance
/libcore/luni/src/main/java/java/sql/ |
D | Clob.java | 121 public OutputStream setAsciiStream(long pos) throws SQLException; in setAsciiStream() method
|
D | PreparedStatement.java | 166 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
|
D | CallableStatement.java | 944 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/ |
D | RowSet.java | 290 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/ |
D | Impl_RowSet.java | 109 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/ |
D | PreparedStatementTest.java | 3228 public OutputStream setAsciiStream(long pos) throws SQLException { in setAsciiStream() method in PreparedStatementTest.MockClob
|