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