Searched refs:RowId (Results 1 – 5 of 5) sorted by relevance
31 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()
114 virtual int RowId(sqlite3_int64*);285 return static_cast<TCursor*>(c)->RowId(r);
176 int SqliteTable::Cursor::RowId(sqlite3_int64*) { in RowId() function in perfetto::trace_processor::SqliteTable::Cursor
1331 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 {
781 public void setRowId(int parameterIndex, RowId x) throws SQLException {785 public void setRowId(String parameterName, RowId x) throws SQLException {