public final class SQLExecutionSupport:
Shared prepared-command setup used by SQL repository executions.
statement = SQLExecutionSupport.prepare(connection, command, config)
| Modifier and Type | Member | Description |
|---|---|---|
| public static | prepareprepare(
connection as Connection,
command as SQLCommand,
configuration as SQLConfiguration
) as PreparedStatement: |
Prepares and binds one structured command in its canonical order. |