Searched refs:getRowId (Results 1 – 3 of 3) sorted by relevance
173 protected synchronized String getRowId() in getRowId() method in JDBCSessionManager.Session977 statement.setString(7, data.getRowId()); //rowId in updateSession()1015 statement.setString(2, data.getRowId()); in updateSessionNode()1055 statement.setString(6, data.getRowId()); in updateSessionAccessTime()1094 statement.setString(1, data.getRowId()); in deleteSession()
802 public RowId getRowId(int columnIndex) throws SQLException { in getRowId() method in Impl_RowSet806 public RowId getRowId(String columnLabel) throws SQLException { in getRowId() method in Impl_RowSet
1331 public RowId getRowId(int colIndex) throws SQLException {1335 public RowId getRowId(String colName) throws SQLException {1337 return getRowId(col);