Searched refs:getBlob (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/java/sql/
H A DCallableStatement.java461 Blob getBlob (int parameterIndex) throws SQLException; method in interface:CallableStatement
1631 Blob getBlob (String parameterName) throws SQLException; method in interface:CallableStatement
H A DResultSet.java2483 Blob getBlob(int columnIndex) throws SQLException; method in interface:ResultSet
2575 Blob getBlob(String columnLabel) throws SQLException; method in interface:ResultSet
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJoinRowSetImpl.java3460 public Blob getBlob(int columnIndex) throws SQLException { method in class:JoinRowSetImpl
3461 return crsInternal.getBlob(columnIndex);
3534 public Blob getBlob(String columnName) throws SQLException { method in class:JoinRowSetImpl
3535 return crsInternal.getBlob(columnName);
H A DJdbcRowSetImpl.java3234 public Blob getBlob(int i) throws SQLException { method in class:JdbcRowSetImpl
3237 return rs.getBlob(i);
3321 public Blob getBlob(String colName) throws SQLException { method in class:JdbcRowSetImpl
3322 return getBlob(findColumn(colName));
H A DCachedRowSetImpl.java5789 * @see #getBlob(String)
5791 public Blob getBlob(int columnIndex) throws SQLException { method in class:CachedRowSetImpl
5949 * @see #getBlob(int)
5951 public Blob getBlob(String colName) throws SQLException { method in class:CachedRowSetImpl
5952 return getBlob(getColIdxByName(colName));
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DSyncResolverImpl.java3792 * @see #getBlob(String)
3794 public Blob getBlob(int columnIndex) throws SQLException { method in class:SyncResolverImpl
3890 * @see #getBlob(int)
3892 public Blob getBlob(String colName) throws SQLException { method in class:SyncResolverImpl

Completed in 139 milliseconds