Uses of Interface
java.sql.Ref
Package
Description
Provides the API for accessing and processing data stored in a
data source (usually a relational database) using the
Java programming language.
Provides the API for server side data source access and processing from
the Java programming language.
Standard interfaces and base classes for JDBC
RowSet
implementations.Provides utility classes to allow serializable mappings between SQL types
and data types in the Java programming language.
-
Uses of Ref in java.sql
Modifier and TypeMethodDescriptionCallableStatement.getRef
(int parameterIndex) Retrieves the value of the designated JDBCREF(<structured-type>)
parameter as aRef
object in the Java programming language.Retrieves the value of a JDBCREF(<structured-type>)
parameter as aRef
object in the Java programming language.ResultSet.getRef
(int columnIndex) Retrieves the value of the designated column in the current row of thisResultSet
object as aRef
object in the Java programming language.Retrieves the value of the designated column in the current row of thisResultSet
object as aRef
object in the Java programming language.SQLInput.readRef()
Reads an SQLREF
value from the stream and returns it as aRef
object in the Java programming language.Modifier and TypeMethodDescriptionvoid
Sets the designated parameter to the givenREF(<structured-type>)
value.void
Updates the designated column with ajava.sql.Ref
value.void
Updates the designated column with ajava.sql.Ref
value.void
Writes an SQLREF
value to the stream. -
Uses of Ref in javax.sql
-
Uses of Ref in javax.sql.rowset
-
Uses of Ref in javax.sql.rowset.serial
Modifier and TypeClassDescriptionclass
A serialized mapping of aRef
object, which is the mapping in the Java programming language of an SQLREF
value.Modifier and TypeMethodDescriptionSQLInputImpl.readRef()
Retrieves the value at the head of thisSQLInputImpl
object as aRef
object in the Java programming language.Modifier and TypeMethodDescriptionvoid
Writes aRef
object in the Java programming language to thisSQLOutputImpl
object.