Home
last modified time | relevance | path

Searched defs:getRef (Results 1 – 9 of 9) sorted by relevance

/dalvik/dx/src/com/android/dx/dex/file/
DMemberIdItem.java108 public final CstMemberRef getRef() { in getRef() method in MemberIdItem
DEncodedField.java127 public CstFieldRef getRef() { in getRef() method in EncodedField
DEncodedMethod.java153 public final CstMethodRef getRef() { in getRef() method in EncodedMethod
DCodeItem.java155 public CstMethodRef getRef() { in getRef() method in CodeItem
/dalvik/libcore/sql/src/main/java/java/sql/
DCallableStatement.java571 public Ref getRef(int parameterIndex) throws SQLException; in getRef() method
587 public Ref getRef(String parameterName) throws SQLException; in getRef() method
DResultSet.java918 public Ref getRef(int columnIndex) throws SQLException; in getRef() method
931 public Ref getRef(String colName) throws SQLException; in getRef() method
/dalvik/libcore/luni/src/main/java/java/net/
DURL.java859 public String getRef() { in getRef() method in URL
/dalvik/libcore/sql/src/main/java/SQLite/JDBC2y/
DJDBCResultSet.java526 public java.sql.Ref getRef(int columnIndex) throws SQLException { in getRef() method in JDBCResultSet
530 public java.sql.Ref getRef(String columnIndex) throws SQLException { in getRef() method in JDBCResultSet
/dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java438 public Ref getRef(int columnIndex) throws SQLException { in getRef() method in Impl_RowSet
442 public Ref getRef(String colName) throws SQLException { in getRef() method in Impl_RowSet