Movatterモバイル変換


[0]ホーム

URL:



          
Java™ Platform
Standard Ed. 6

Uses of Interface
java.sql.Blob

java.sqlProvides the API for accessing and processing data stored in a data source (usually a relational database) using the Java programming language. 
javax.sqlProvides the API for server side data source access and processing fromthe Java programming language. 
javax.sql.rowsetStandard interfaces and base classes for JDBCRowSetimplementations. 
javax.sql.rowset.serialProvides utility classes to allow serializable mappings between SQL typesand data types in the Java programming language. 
 

 

Methods injava.sql that returnBlob
Connection.createBlob()
          Constructs an object that implements theBlob interface.
ResultSet.getBlob(int columnIndex)
          Retrieves the value of the designated column in the current row of thisResultSet object as aBlob object in the Java programming language.
CallableStatement.getBlob(int parameterIndex)
          Retrieves the value of the designated JDBCBLOB parameter as aBlob object in the Java programming language.
ResultSet.getBlob(String columnLabel)
          Retrieves the value of the designated column in the current row of thisResultSet object as aBlob object in the Java programming language.
CallableStatement.getBlob(String parameterName)
          Retrieves the value of a JDBCBLOB parameter as aBlob object in the Java programming language.
SQLInput.readBlob()
          Reads an SQLBLOB value from the stream and returns it as aBlob object in the Java programming language.
 

Methods injava.sql with parameters of typeBlob
Blob.position(Blob pattern, long start)
          Retrieves the byte position in theBLOB value designated by thisBlob object at whichpattern begins.
PreparedStatement.setBlob(int parameterIndex,Blob x)
          Sets the designated parameter to the givenjava.sql.Blob object.
CallableStatement.setBlob(String parameterName,Blob x)
          Sets the designated parameter to the givenjava.sql.Blob object.
ResultSet.updateBlob(int columnIndex,Blob x)
          Updates the designated column with ajava.sql.Blob value.
ResultSet.updateBlob(String columnLabel,Blob x)
          Updates the designated column with ajava.sql.Blob value.
SQLOutput.writeBlob(Blob x)
          Writes an SQLBLOB value to the stream.
 

 

Methods injavax.sql with parameters of typeBlob
RowSet.setBlob(int i,Blob x)
          Sets the designated parameter in thisRowSet object's command with the givenBlob value.
RowSet.setBlob(String parameterName,Blob x)
          Sets the designated parameter to the givenjava.sql.Blob object.
 

 

Methods injavax.sql.rowset with parameters of typeBlob
BaseRowSet.setBlob(int parameterIndex,Blob x)
          Sets the designated parameter to the givenBlob object in the Java programming language.
BaseRowSet.setBlob(String parameterName,Blob x)
          Sets the designated parameter to the givenjava.sql.Blob object.
 

 

Classes injavax.sql.rowset.serial that implementBlob
SerialBlob
          A serialized mapping in the Java programming language of an SQLBLOB value.
 

Methods injavax.sql.rowset.serial that returnBlob
SQLInputImpl.readBlob()
          Retrieves theBLOB value at the head of thisSQLInputImpl object as aBlob object in the Java programming language.
 

Methods injavax.sql.rowset.serial with parameters of typeBlob
SerialBlob.position(Blob pattern, long start)
          Returns the position in thisSerialBlob object where the givenBlob object begins, starting the search at the specified position.
SQLOutputImpl.writeBlob(Blob x)
          Writes aBlob object in the Java programming language to thisSQLOutputImpl object.
 

Constructors injavax.sql.rowset.serial with parameters of typeBlob
SerialBlob(Blob blob)
          Constructs aSerialBlob object that is a serialized version of the givenBlob object.
 


          
Java™ Platform
Standard Ed. 6


[8]ページ先頭

©2009-2025 Movatter.jp