public class Oracle11TokenTableFactory extends Object implements TokenTableFactory
| Modifier and Type | Field and Description | 
|---|---|
static Oracle11TokenTableFactory | 
INSTANCE
Creates a singleton reference the the Oracle11TokenTableFactory implementation. 
 | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
Oracle11TokenTableFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
PreparedStatement | 
createTable(Connection connection,
           TokenSchema schema)
Creates a PreparedStatement that allows for the creation of the table to store tracking token entries. 
 | 
public static final Oracle11TokenTableFactory INSTANCE
public PreparedStatement createTable(Connection connection, TokenSchema schema) throws SQLException
TokenTableFactorycreateTable in interface TokenTableFactoryconnection - The connection to create the PreparedStatement forschema - The token schema with the name of the table and its columnsSQLException - when an exception occurs while creating the prepared statementCopyright © 2010–2025. All rights reserved.