Class JDBCSessionDataStore.SessionTableSchema

java.lang.Object
org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
Enclosing class:
JDBCSessionDataStore

@Deprecated(since="2021-05-27") public static class JDBCSessionDataStore.SessionTableSchema extends Object
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
SessionTableSchema
  • Field Details

  • Constructor Details

    • SessionTableSchema

      public SessionTableSchema()
      Deprecated.
  • Method Details

    • setCatalogName

      public void setCatalogName(String catalogName)
      Deprecated.
    • getCatalogName

      public String getCatalogName()
      Deprecated.
    • getSchemaName

      public String getSchemaName()
      Deprecated.
    • setSchemaName

      public void setSchemaName(String schemaName)
      Deprecated.
    • getTableName

      public String getTableName()
      Deprecated.
    • setTableName

      public void setTableName(String tableName)
      Deprecated.
    • getIdColumn

      public String getIdColumn()
      Deprecated.
    • setIdColumn

      public void setIdColumn(String idColumn)
      Deprecated.
    • getContextPathColumn

      public String getContextPathColumn()
      Deprecated.
    • setContextPathColumn

      public void setContextPathColumn(String contextPathColumn)
      Deprecated.
    • getVirtualHostColumn

      public String getVirtualHostColumn()
      Deprecated.
    • setVirtualHostColumn

      public void setVirtualHostColumn(String virtualHostColumn)
      Deprecated.
    • getLastNodeColumn

      public String getLastNodeColumn()
      Deprecated.
    • setLastNodeColumn

      public void setLastNodeColumn(String lastNodeColumn)
      Deprecated.
    • getAccessTimeColumn

      public String getAccessTimeColumn()
      Deprecated.
    • setAccessTimeColumn

      public void setAccessTimeColumn(String accessTimeColumn)
      Deprecated.
    • getLastAccessTimeColumn

      public String getLastAccessTimeColumn()
      Deprecated.
    • setLastAccessTimeColumn

      public void setLastAccessTimeColumn(String lastAccessTimeColumn)
      Deprecated.
    • getCreateTimeColumn

      public String getCreateTimeColumn()
      Deprecated.
    • setCreateTimeColumn

      public void setCreateTimeColumn(String createTimeColumn)
      Deprecated.
    • getCookieTimeColumn

      public String getCookieTimeColumn()
      Deprecated.
    • setCookieTimeColumn

      public void setCookieTimeColumn(String cookieTimeColumn)
      Deprecated.
    • getLastSavedTimeColumn

      public String getLastSavedTimeColumn()
      Deprecated.
    • setLastSavedTimeColumn

      public void setLastSavedTimeColumn(String lastSavedTimeColumn)
      Deprecated.
    • getExpiryTimeColumn

      public String getExpiryTimeColumn()
      Deprecated.
    • setExpiryTimeColumn

      public void setExpiryTimeColumn(String expiryTimeColumn)
      Deprecated.
    • getMaxIntervalColumn

      public String getMaxIntervalColumn()
      Deprecated.
    • setMaxIntervalColumn

      public void setMaxIntervalColumn(String maxIntervalColumn)
      Deprecated.
    • getMapColumn

      public String getMapColumn()
      Deprecated.
    • setMapColumn

      public void setMapColumn(String mapColumn)
      Deprecated.
    • getCreateStatementAsString

      public String getCreateStatementAsString()
      Deprecated.
    • getCreateIndexOverExpiryStatementAsString

      public String getCreateIndexOverExpiryStatementAsString(String indexName)
      Deprecated.
    • getCreateIndexOverSessionStatementAsString

      public String getCreateIndexOverSessionStatementAsString(String indexName)
      Deprecated.
    • getAlterTableForMaxIntervalAsString

      public String getAlterTableForMaxIntervalAsString()
      Deprecated.
    • getInsertSessionStatementAsString

      public String getInsertSessionStatementAsString()
      Deprecated.
    • getUpdateSessionStatement

      public PreparedStatement getUpdateSessionStatement(Connection connection, String id, SessionContext context) throws SQLException
      Deprecated.
      Throws:
      SQLException
    • getExpiredSessionsStatement

      public PreparedStatement getExpiredSessionsStatement(Connection connection, String canonicalContextPath, String vhost, long expiry) throws SQLException
      Deprecated.
      Throws:
      SQLException
    • getMyExpiredSessionsStatement

      public PreparedStatement getMyExpiredSessionsStatement(Connection connection, SessionContext sessionContext, long expiry) throws SQLException
      Deprecated.
      Throws:
      SQLException
    • getAllAncientExpiredSessionsStatement

      public PreparedStatement getAllAncientExpiredSessionsStatement(Connection connection) throws SQLException
      Deprecated.
      Throws:
      SQLException
    • getCheckSessionExistsStatement

      public PreparedStatement getCheckSessionExistsStatement(Connection connection, SessionContext context) throws SQLException
      Deprecated.
      Throws:
      SQLException
    • getLoadStatement

      public PreparedStatement getLoadStatement(Connection connection, String id, SessionContext contextId) throws SQLException
      Deprecated.
      Throws:
      SQLException
    • getUpdateStatement

      public PreparedStatement getUpdateStatement(Connection connection, String id, SessionContext contextId) throws SQLException
      Deprecated.
      Throws:
      SQLException
    • getDeleteStatement

      public PreparedStatement getDeleteStatement(Connection connection, String id, SessionContext contextId) throws Exception
      Deprecated.
      Throws:
      Exception
    • prepareTables

      public void prepareTables() throws SQLException
      Deprecated.
      Set up the tables in the database
      Throws:
      SQLException - if unable to prepare tables
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object