Searched defs:Ref (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
H A DRef.java40 * SQL structured type, a <code>Ref</code> object is by default also a logical
42 * a <code>Ref</code> object does not materialize
45 * A <code>Ref</code> object can be stored in the database using the
48 * All methods on the <code>Ref</code> interface must be fully implemented if the
54 public interface Ref { interface
58 * this <code>Ref</code> object references.
78 * the SQL structured type to which this <code>Ref</code>
91 * this <code>Ref</code> object. If the connection's type map has an entry
97 * the SQL structured type to which this <code>Ref</code>
108 * Sets the structured type value that this <code>Ref</cod
[all...]

Completed in 43 milliseconds