Home
last modified time | relevance | path

Searched refs:Blob (Results 1 – 15 of 15) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
DBlob.java60 public interface Blob { interface
149 long position(Blob pattern, long start) throws SQLException; in position()
DSQLInput.java308 Blob readBlob() throws SQLException; in readBlob()
DSQLOutput.java315 void writeBlob(Blob x) throws SQLException; in writeBlob()
DCallableStatement.java464 Blob getBlob (int parameterIndex) throws SQLException; in getBlob()
1634 Blob getBlob (String parameterName) throws SQLException; in getBlob()
2174 void setBlob (String parameterName, Blob x) throws SQLException; in setBlob()
DResultSet.java2496 Blob getBlob(int columnIndex) throws SQLException; in getBlob()
2588 Blob getBlob(String columnLabel) throws SQLException; in getBlob()
2861 void updateBlob(int columnIndex, java.sql.Blob x) throws SQLException; in updateBlob()
2880 void updateBlob(String columnLabel, java.sql.Blob x) throws SQLException; in updateBlob()
DConnection.java1070 Blob createBlob() throws SQLException; in createBlob()
DPreparedStatement.java557 void setBlob (int parameterIndex, Blob x) throws SQLException; in setBlob()
/libcore/tools/expected_upstream/
Dojluni_refresh_files.py34 Blob,
189 blob_filter = lambda obj, i: isinstance(obj, Blob)
Dcommon_util.py28 from git import Blob
365 if is_exact and isinstance(exact_obj, Blob):
/libcore/ojluni/src/main/java/javax/sql/
DRowSet.java1420 void setBlob (int i, Blob x) throws SQLException; in setBlob()
1518 void setBlob (String parameterName, Blob x) throws SQLException; in setBlob()
/libcore/luni/src/test/java/libcore/java/sql/
DOldResultSetGetterTests.java136 java.sql.Blob.class, // Types.BLOB, not a JDBC 1.0 type
137 java.sql.Blob.class, // Types.BLOB, not a JDBC 1.0 type
138 java.sql.Blob.class, // Types.BLOB, not a JDBC 1.0 type
139 java.sql.Blob.class, // Types.BLOB, not a JDBC 1.0 type
DOldPreparedStatementTest.java27 import java.sql.Blob;
2076 Blob mock = new MockBlob(); in testSetBlob()
2326 private class MockBlob implements Blob {
2340 public long position(Blob pattern, long start) throws SQLException { in position()
/libcore/api/
Dcurrent.txt9644 public interface Blob {
9651 method public long position(java.sql.Blob, long) throws java.sql.SQLException;
9664 method public java.sql.Blob getBlob(int) throws java.sql.SQLException;
9665 method public java.sql.Blob getBlob(String) throws java.sql.SQLException;
9732 method public void setBlob(String, java.sql.Blob) throws java.sql.SQLException;
9800 method public java.sql.Blob createBlob() throws java.sql.SQLException;
10175 method public void setBlob(int, java.sql.Blob) throws java.sql.SQLException;
10244 method public java.sql.Blob getBlob(int) throws java.sql.SQLException;
10245 method public java.sql.Blob getBlob(String) throws java.sql.SQLException;
10344 method public void updateBlob(int, java.sql.Blob) throws java.sql.SQLException;
[all …]
/libcore/
Dopenjdk_java_files.bp740 "ojluni/src/main/java/java/sql/Blob.java",
DEXPECTED_UPSTREAM729 ojluni/src/main/java/java/sql/Blob.java,jdk7u/jdk7u40-b60,jdk/src/share/classes/java/sql/Blob.java