@FunctionalInterface public interface CreateHeadTokenStatementBuilder
JdbcEventStorageEngine.createHeadToken()
Modifier and Type | Method and Description |
---|---|
PreparedStatement |
build(Connection connection,
EventSchema schema)
Creates a statement to be used at
JdbcEventStorageEngine.createHeadToken() . |
PreparedStatement build(Connection connection, EventSchema schema) throws SQLException
JdbcEventStorageEngine.createHeadToken()
.connection
- The connection to the database.schema
- The EventSchema to be usedPreparedStatement
.SQLException
- when an exception occurs while creating the prepared statement.Copyright © 2010–2022. All rights reserved.