Searched refs:Blob (Results 1 – 15 of 15) sorted by relevance
/libcore/ojluni/src/main/java/java/sql/ |
D | Blob.java | 60 public interface Blob { interface 149 long position(Blob pattern, long start) throws SQLException; in position()
|
D | SQLInput.java | 308 Blob readBlob() throws SQLException; in readBlob()
|
D | SQLOutput.java | 315 void writeBlob(Blob x) throws SQLException; in writeBlob()
|
D | CallableStatement.java | 464 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()
|
D | ResultSet.java | 2496 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()
|
D | Connection.java | 1070 Blob createBlob() throws SQLException; in createBlob()
|
D | PreparedStatement.java | 557 void setBlob (int parameterIndex, Blob x) throws SQLException; in setBlob()
|
/libcore/tools/expected_upstream/ |
D | ojluni_refresh_files.py | 34 Blob, 189 blob_filter = lambda obj, i: isinstance(obj, Blob)
|
D | common_util.py | 28 from git import Blob 365 if is_exact and isinstance(exact_obj, Blob):
|
/libcore/ojluni/src/main/java/javax/sql/ |
D | RowSet.java | 1420 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/ |
D | OldResultSetGetterTests.java | 136 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
|
D | OldPreparedStatementTest.java | 27 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/ |
D | current.txt | 9644 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/ |
D | openjdk_java_files.bp | 740 "ojluni/src/main/java/java/sql/Blob.java",
|
D | EXPECTED_UPSTREAM | 729 ojluni/src/main/java/java/sql/Blob.java,jdk7u/jdk7u40-b60,jdk/src/share/classes/java/sql/Blob.java
|