Compatibility adapter.
Compatibility adapter.
Add default parameter.
Add default parameter. Default parameters are always available to a running SQL statement, but can be overridden on a per-call basis. They are mostly useful for dynamic SQL generation for specifying things like the schema, etc.
Always use prepared statements.
Always use prepared statements.
If true will always use prepared statements, even when
statement has no parameters.
Notifying callback.
Notifying callback.
Optional catalog name.
Default fetch size hint.
Default fetch size hint. 0 means no hint.
The default transaction isolation level.
The default transaction isolation level. If not set, will use whatever data source provides as default. Standard values:
Default statement execution timeout in seconds.
Default statement execution timeout in seconds. 0 means no timeout.
Set username and password, if different from what's used by data source.
Trim SQL? If true, will remove excessive whitespace and comments
Trim SQL? If true, will remove excessive whitespace and comments
Verify that expected statements have been registered to this builder.
Verify that expected statements have been registered to this builder.
The set of expected statement ids
Set of statements registered that was not in the set of expected statements
Configuration for Broker.