Interface StatementBuilder

All Known Implementing Classes:
DefaultStatementBuilder

public interface StatementBuilder
Used to convert translated SQL into a prepared statement. The default implementation created by DefaultStatementBuilder.FACTORY creates a new statement on every call. A StatementBuilder is always associated with exactly one Handle instance
See Also: