Searched defs:rowId (Results 1 – 3 of 3) sorted by relevance
90 inline const Scalar& coeff(Index rowId, Index colId) const in coeff()101 inline const Scalar& coeffRef(Index rowId, Index colId) const in coeffRef()113 inline PacketScalar packet(Index rowId, Index colId) const in packet()
166 protected Session (String sessionId, String rowId, long created, long accessed) in Session()178 protected synchronized void setRowId(String rowId) in setRowId()898 String rowId = calculateRowId(session); in storeSession() local1134 String rowId = canonicalize(_context.getContextPath()); in calculateRowId() local
209 …public PreparedStatement getLoadStatement (Connection connection, String rowId, String contextPath… in getLoadStatement()