HomeSort by relevance Sort by last modified time
    Searched refs:Ref (Results 1 - 25 of 25) sorted by null

  /libcore/luni/src/main/java/java/sql/
Ref.java 23 * This interface represents an SQL Ref - a data object containing a cursor
26 * The data structure identified by an instance of Ref is held in the
29 * the database supports the {@code Ref} type, it is not typically
31 * the {@code Ref} object can be used in place of the data structure.
33 * A {@code Ref} object is stored into the database using the
34 * {@link PreparedStatement#setRef(int, Ref)} method.
36 public interface Ref {
40 * {@code Ref} references.
49 * Gets the SQL structured type instance referenced by this {@code Ref}.
72 * Sets the value of the structured type that this {@code Ref} references t
    [all...]
SQLInput.java 247 * java.sql.Ref}.
249 * @return the next attribute as a {@code java.sql.Ref}. {@code null} if the
253 * @see Ref
255 public Ref readRef() throws SQLException;
SQLOutput.java 229 * Write an SQL {@code Ref} value into the output stream.
232 * the {@code java.sql.Ref} object to write.
235 * @see Ref
237 public void writeRef(Ref theRef) throws SQLException;
ResultSet.java 823 * java.sql.Ref}.
827 * @return a Ref representing the value of the SQL REF in the column
831 public Ref getRef(int columnIndex) throws SQLException;
835 * java.sql.Ref}.
839 * @return a Ref representing the value of the SQL {@code REF} in the column
843 public Ref getRef(String colName) throws SQLException;
    [all...]
PreparedStatement.java 407 * for REF type parameters.
423 * and also REF types. UDTs can be {@code STRUCT}, {@code DISTINCT}, {@code
427 * SQL type name when supplying a {@code NULL} UDT or REF. For a UDT, the
428 * type name is the type name of the parameter itself, but for a REF
438 * the fully qualified name of a UDT or REF type - ignored if the
457 * object's class implements {@code Ref}, {@code Blob}, {@code Clob},
480 * object's class implements {@code Ref}, {@code Blob}, {@code Clob},
505 * object's class implements {@code Ref}, {@code Blob}, {@code Clob},
529 * REF(<structured-type>)} value. This is stored as an SQL {@code REF}
    [all...]
CallableStatement.java 521 * Gets the value of a specified SQL {@code REF(<structured type>)}
522 * parameter as a {@code java.sql.Ref}.
527 * @return a {@code java.sql.Ref} with the parameter value. {@code null}
532 public Ref getRef(int parameterIndex) throws SQLException;
535 * Gets the value of a specified SQL {@code REF(<structured type>)}
536 * parameter as a {@code java.sql.Ref}.
541 * java.sql.Ref}. A {@code null} reference is returned if the
545 * @see Ref
547 public Ref getRef(String parameterName) throws SQLException;
791 * of this method for User Defined Types or a {@code REF} type
    [all...]
  /libcore/luni/src/test/java/tests/sql/
RefTest.java 25 import java.sql.Ref;
32 @TestTargetClass(Ref.class)
36 * Test method for {@link java.sql.Ref#getBaseTypeName()}.
49 * Test method for {@link java.sql.Ref#getObject()}.
62 * Test method for {@link java.sql.Ref#getObject(java.util.Map)}.
75 * Test method for {@link java.sql.Ref#setObject(java.lang.Object)}.
SQLOutputTest.java 33 import java.sql.Ref;
270 * Test method for {@link java.sql.SQLOutput#writeRef(java.sql.Ref)}.
276 args = {Ref.class}
ResultSetNotSupportedTests.java 24 import java.sql.Ref;
    [all...]
PreparedStatementTest.java 39 import java.sql.Ref;
    [all...]
  /hardware/ril/mock-ril/src/cpp/
node_object_wrap.h 74 /* Ref() marks the object as being attached to an event loop.
78 virtual void Ref() {
  /libcore/luni/src/main/java/javax/sql/
RowSet.java 29 import java.sql.Ref;
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/sql/tests/javax/sql/
Impl_RowSet.java 29 import java.sql.Ref;
209 public void setRef(int parameterIndex, Ref theRef) throws SQLException {
457 public Ref getRef(int columnIndex) throws SQLException {
461 public Ref getRef(String colName) throws SQLException {
727 public void updateRef(int columnIndex, Ref x) throws SQLException {
730 public void updateRef(String columnName, Ref x) throws SQLException {
  /external/libvpx/vp8/common/x86/
postproc_mmx.c 1118 char *Ref = Rand + (rand() & 0xff);
1124 mov edi, Ref
    [all...]
  /libcore/luni/src/test/java/tests/javax/sql/
RowSetTest.java 17 import java.sql.Ref;
529 args = {int.class, java.sql.Ref.class}
  /frameworks/base/opengl/libs/EGL/
egl.cpp 105 N* ref; member in struct:android::egl_object_t::LocalRef
106 LocalRef(T o) : ref(0) {
109 ref = native;
113 if (ref && ref->put()) {
114 delete ref;
118 return ref;
121 if (ref) {
122 android_atomic_inc(&ref->count);
126 if (ref) {
    [all...]
  /external/libvpx/vp8/common/
postproc.c 432 char *Ref = (char *)(noise + (rand() & 0xff));
442 Pos[j] += Ref[j];
  /libcore/sqlite-jdbc/src/main/java/SQLite/JDBC2z/
JDBCPreparedStatement.java 447 public void setRef(int i, Ref x) throws SQLException {
715 public Ref getRef(int parameterIndex) throws SQLException {
719 public Ref getRef(String parameterName) throws SQLException {
JDBCResultSet.java 683 public java.sql.Ref getRef(int columnIndex) throws SQLException {
687 public java.sql.Ref getRef(String columnName) throws SQLException {
    [all...]
  /external/webkit/WebKit/chromium/tests/
KURLTest.cpp 58 const char* ref; member in struct:__anon8283::ComponentCase
73 const char* ref; member in struct:__anon8283::GetterCase
76 {"http://www.google.com/foo/blah?bar=baz#ref", "http", "www.google.com", 0, "", 0, "blah", "bar=baz", "ref", true},
94 EXPECT_EQ(cases[i].ref, kurl.fragmentIdentifier());
108 EXPECT_EQ(cases[i].ref, kurl.fragmentIdentifier());
118 // url protocol host port user pass path lastPath query ref
146 if (cases[i].ref)
147 EXPECT_EQ(WebCore::String::fromUTF8(cases[i].ref), kurl.fragmentIdentifier());
199 const char* ref; member in struct:__anon8283::ExpectedComponentCase
    [all...]
  /external/chromium/googleurl/src/
url_canon_unittest.cc 95 const char* ref; member in struct:__anon2508::ReplaceCase
    [all...]
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 468 milliseconds