Uses of Interface
java.sql.Ref
Packages that useRef
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 ofRef injava.sql
Modifier and TypeMethodDescriptionCallableStatement.getRef(int parameterIndex) Retrieves the value of the designated JDBCREF(<structured-type>)parameter as aRefobject in the Java programming language.Retrieves the value of a JDBCREF(<structured-type>)parameter as aRefobject in the Java programming language.ResultSet.getRef(int columnIndex) Retrieves the value of the designated column in the current row of thisResultSetobject as aRefobject in the Java programming language.Retrieves the value of the designated column in the current row of thisResultSetobject as aRefobject in the Java programming language.SQLInput.readRef()Reads an SQLREFvalue from the stream and returns it as aRefobject in the Java programming language.Modifier and TypeMethodDescriptionvoidSets the designated parameter to the givenREF(<structured-type>)value.voidUpdates the designated column with ajava.sql.Refvalue.voidUpdates the designated column with ajava.sql.Refvalue.voidWrites an SQLREFvalue to the stream.Uses ofRef injavax.sql
Uses ofRef injavax.sql.rowset
Methods injavax.sql.rowset with parameters of typeRefUses ofRef injavax.sql.rowset.serial
Classes injavax.sql.rowset.serial that implementRefModifier and TypeClassDescriptionclassA serialized mapping of aRefobject, which is the mapping in the Java programming language of an SQLREFvalue.Methods injavax.sql.rowset.serial that returnRefModifier and TypeMethodDescriptionSQLInputImpl.readRef()Retrieves the value at the head of thisSQLInputImplobject as aRefobject in the Java programming language.Methods injavax.sql.rowset.serial with parameters of typeRefModifier and TypeMethodDescriptionvoidWrites aRefobject in the Java programming language to thisSQLOutputImplobject.Constructors injavax.sql.rowset.serial with parameters of typeRef