JavaTM 2 Platform
Std. Ed. v1.3.1

Uses of Interface
java.sql.Ref

Packages that use Ref
java.sql Provides the API for accessing and processing data in a data source using the JavaTM programming language. 
 

Uses of Ref in java.sql
 

Methods in java.sql that return Ref
 Ref CallableStatement.getRef(int i)
          Gets the value of a JDBC REF(<structured-type>) parameter as a Ref object in the Java programming language.
 Ref SQLInput.readRef()
          Reads an SQL REF value from the stream and returns it as a Ref object in the Java programming language.
 Ref ResultSet.getRef(int i)
          Returns the value of the designated column in the current row of this ResultSet object as a Ref object in the Java programming language.
 Ref ResultSet.getRef(String colName)
          Returns the value of the designated column in the current row of this ResultSet object as a Ref object in the Java programming language.
 

Methods in java.sql with parameters of type Ref
 void PreparedStatement.setRef(int i, Ref x)
          Sets the designated parameter to the given REF(<structured-type>) value.
 void SQLOutput.writeRef(Ref x)
          Writes an SQL REF value to the stream.
 


JavaTM 2 Platform
Std. Ed. v1.3.1

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Java, Java 2D, and JDBC are trademarks or registered trademarks of Oracle and/or its affiliates, in the US and other countries.
Copyright © 1995, 2010 Oracle and/or its affiliates. All rights reserved.