Home
last modified time | relevance | path

Searched refs:getRowId (Results 1 – 3 of 3) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/server/session/
DJDBCSessionManager.java173 protected synchronized String getRowId() in getRowId() method in JDBCSessionManager.Session
977 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()
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java802 public RowId getRowId(int columnIndex) throws SQLException { in getRowId() method in Impl_RowSet
806 public RowId getRowId(String columnLabel) throws SQLException { in getRowId() method in Impl_RowSet
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCResultSet.java1331 public RowId getRowId(int colIndex) throws SQLException {
1335 public RowId getRowId(String colName) throws SQLException {
1337 return getRowId(col);