Home
last modified time | relevance | path

Searched refs:RowId (Results 1 – 5 of 5) sorted by relevance

/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java31 import java.sql.RowId;
802 public RowId getRowId(int columnIndex) throws SQLException { in getRowId()
806 public RowId getRowId(String columnLabel) throws SQLException { in getRowId()
979 public void updateRowId(int columnIndex, RowId x) throws SQLException { in updateRowId()
983 public void updateRowId(String columnLabel, RowId x) throws SQLException { in updateRowId()
1212 public void setRowId(int parameterIndex, RowId theRowId) in setRowId()
1217 public void setRowId(String parameterName, RowId theRowId) in setRowId()
/external/perfetto/src/trace_processor/sqlite/
Dsqlite_table.h114 virtual int RowId(sqlite3_int64*);
285 return static_cast<TCursor*>(c)->RowId(r);
Dsqlite_table.cc176 int SqliteTable::Cursor::RowId(sqlite3_int64*) { in RowId() function in perfetto::trace_processor::SqliteTable::Cursor
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCResultSet.java1331 public RowId getRowId(int colIndex) throws SQLException {
1335 public RowId getRowId(String colName) throws SQLException {
1340 public void updateRowId(int colIndex, RowId x) throws SQLException {
1344 public void updateRowId(String colName, RowId x) throws SQLException {
DJDBCPreparedStatement.java781 public void setRowId(int parameterIndex, RowId x) throws SQLException {
785 public void setRowId(String parameterName, RowId x) throws SQLException {