Package org.eclipse.jetty.server.session
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.getAllAncientExpiredSessionsStatement
(Connection connection) Deprecated.Deprecated.Deprecated.getCheckSessionExistsStatement
(Connection connection, SessionContext context) Deprecated.Deprecated.Deprecated.getCreateIndexOverExpiryStatementAsString
(String indexName) Deprecated.getCreateIndexOverSessionStatementAsString
(String indexName) Deprecated.Deprecated.Deprecated.getDeleteStatement
(Connection connection, String id, SessionContext contextId) Deprecated.getExpiredSessionsStatement
(Connection connection, String canonicalContextPath, String vhost, long expiry) Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.getLoadStatement
(Connection connection, String id, SessionContext contextId) Deprecated.Deprecated.Deprecated.getMyExpiredSessionsStatement
(Connection connection, SessionContext sessionContext, long expiry) Deprecated.Deprecated.Deprecated.getUpdateSessionStatement
(Connection connection, String id, SessionContext context) Deprecated.getUpdateStatement
(Connection connection, String id, SessionContext contextId) Deprecated.Deprecated.void
Deprecated.Set up the tables in the databasevoid
setAccessTimeColumn
(String accessTimeColumn) Deprecated.void
setCatalogName
(String catalogName) Deprecated.void
setContextPathColumn
(String contextPathColumn) Deprecated.void
setCookieTimeColumn
(String cookieTimeColumn) Deprecated.void
setCreateTimeColumn
(String createTimeColumn) Deprecated.void
setExpiryTimeColumn
(String expiryTimeColumn) Deprecated.void
setIdColumn
(String idColumn) Deprecated.void
setLastAccessTimeColumn
(String lastAccessTimeColumn) Deprecated.void
setLastNodeColumn
(String lastNodeColumn) Deprecated.void
setLastSavedTimeColumn
(String lastSavedTimeColumn) Deprecated.void
setMapColumn
(String mapColumn) Deprecated.void
setMaxIntervalColumn
(String maxIntervalColumn) Deprecated.void
setSchemaName
(String schemaName) Deprecated.void
setTableName
(String tableName) Deprecated.void
setVirtualHostColumn
(String virtualHostColumn) Deprecated.toString()
Deprecated.
-
Field Details
-
MAX_INTERVAL_NOT_SET
public static final int MAX_INTERVAL_NOT_SETDeprecated.- See Also:
-
INFERRED
Deprecated.- See Also:
-
-
Constructor Details
-
SessionTableSchema
public SessionTableSchema()Deprecated.
-
-
Method Details
-
setCatalogName
Deprecated. -
getCatalogName
Deprecated. -
getSchemaName
Deprecated. -
setSchemaName
Deprecated. -
getTableName
Deprecated. -
setTableName
Deprecated. -
getIdColumn
Deprecated. -
setIdColumn
Deprecated. -
getContextPathColumn
Deprecated. -
setContextPathColumn
Deprecated. -
getVirtualHostColumn
Deprecated. -
setVirtualHostColumn
Deprecated. -
getLastNodeColumn
Deprecated. -
setLastNodeColumn
Deprecated. -
getAccessTimeColumn
Deprecated. -
setAccessTimeColumn
Deprecated. -
getLastAccessTimeColumn
Deprecated. -
setLastAccessTimeColumn
Deprecated. -
getCreateTimeColumn
Deprecated. -
setCreateTimeColumn
Deprecated. -
getCookieTimeColumn
Deprecated. -
setCookieTimeColumn
Deprecated. -
getLastSavedTimeColumn
Deprecated. -
setLastSavedTimeColumn
Deprecated. -
getExpiryTimeColumn
Deprecated. -
setExpiryTimeColumn
Deprecated. -
getMaxIntervalColumn
Deprecated. -
setMaxIntervalColumn
Deprecated. -
getMapColumn
Deprecated. -
setMapColumn
Deprecated. -
getCreateStatementAsString
Deprecated. -
getCreateIndexOverExpiryStatementAsString
Deprecated. -
getCreateIndexOverSessionStatementAsString
Deprecated. -
getAlterTableForMaxIntervalAsString
Deprecated. -
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
Deprecated.Set up the tables in the database- Throws:
SQLException
- if unable to prepare tables
-
toString
Deprecated.
-