public interface TokenTableFactory
| 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. 
 | 
PreparedStatement createTable(Connection connection, TokenSchema schema) throws SQLException
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–2018. All rights reserved.