Searched defs:setBlob (Results  1 – 3 of 3) sorted by relevance
| /libcore/ojluni/src/main/java/javax/sql/ | 
| D | RowSet.java | 1420   void setBlob (int i, Blob x) throws SQLException;  in setBlob()  method 1446      void setBlob(int parameterIndex, InputStream inputStream, long length)  in setBlob()  method 1473      void setBlob(int parameterIndex, InputStream inputStream)  in setBlob()  method 1502      void setBlob(String parameterName, InputStream inputStream, long length)  in setBlob()  method 1518     void setBlob (String parameterName, Blob x) throws SQLException;  in setBlob()  method 1541      void setBlob(String parameterName, InputStream inputStream)  in setBlob()  method
  | 
| /libcore/ojluni/src/main/java/java/sql/ | 
| D | PreparedStatement.java | 557     void setBlob (int parameterIndex, Blob x) throws SQLException;  in setBlob()  method 872      void setBlob(int parameterIndex, InputStream inputStream, long length)  in setBlob()  method 1198      void setBlob(int parameterIndex, InputStream inputStream)  in setBlob()  method
  | 
| D | CallableStatement.java | 1924      void setBlob(String parameterName, InputStream inputStream, long length)  in setBlob()  method 2174     void setBlob (String parameterName, Blob x) throws SQLException;  in setBlob()  method 2416      void setBlob(String parameterName, InputStream inputStream)  in setBlob()  method
  |