Home
last modified time | relevance | path

Searched refs:getAsciiStream (Results 1 – 6 of 6) sorted by relevance

/dalvik/libcore/sql/src/main/java/java/sql/
DClob.java45 public InputStream getAsciiStream() throws SQLException; in getAsciiStream() method
DResultSet.java271 public InputStream getAsciiStream(int columnIndex) throws SQLException; in getAsciiStream() method
283 public InputStream getAsciiStream(String columnName) throws SQLException; in getAsciiStream() method
/dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java286 public InputStream getAsciiStream(int columnIndex) throws SQLException { in getAsciiStream() method in Impl_RowSet
290 public InputStream getAsciiStream(String columnName) throws SQLException { in getAsciiStream() method in Impl_RowSet
/dalvik/libcore/sql/src/main/java/org/apache/harmony/sql/internal/nls/
Dmessages.properties37 sql.20=Invalid Clob object. Calls to getCharacterStream or getAsciiStream return null which cannot …
/dalvik/libcore/sql/src/main/java/SQLite/JDBC2y/
DJDBCResultSet.java402 public java.io.InputStream getAsciiStream(String columnName) in getAsciiStream() method in JDBCResultSet
407 public java.io.InputStream getAsciiStream(int columnIndex) in getAsciiStream() method in JDBCResultSet
/dalvik/libcore/sql/src/test/java/tests/sql/
DPreparedStatementTest.java3205 public InputStream getAsciiStream() throws SQLException { in getAsciiStream() method in PreparedStatementTest.MockClob