public class Oracle11TokenTableFactory extends Object implements TokenTableFactory
Constructor and Description |
---|
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 PreparedStatement createTable(Connection connection, TokenSchema schema) throws SQLException
TokenTableFactory
createTable
in interface TokenTableFactory
connection
- 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–2020. All rights reserved.