Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/sql/
DPreparedStatement.java166 public void setAsciiStream(int parameterIndex, InputStream theInputStream, in setAsciiStream() method
807 …public void setAsciiStream(int parameterIndex, InputStream inputStream, long length) throws SQLExc… in setAsciiStream() method
845 public void setAsciiStream(int parameterIndex, InputStream inputStream) throws SQLException; in setAsciiStream() method
DClob.java121 public OutputStream setAsciiStream(long pos) throws SQLException; in setAsciiStream() method
DCallableStatement.java943 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/libcore/java/sql/
DOldPreparedStatementTest.java2242 ps.setAsciiStream(0, file, 100); in testSetAsciiStream()
2400 public OutputStream setAsciiStream(long pos) throws SQLException { in setAsciiStream() method in OldPreparedStatementTest.MockClob