SQLExecutionSupport
classin packageklyn.data.sql.internal
public final class SQLExecutionSupport:
SQLExecutionSupport

Shared prepared-command setup used by SQL repository executions.

statement = SQLExecutionSupport.prepare(connection, command, config)
Methods
Modifier and Type Member Description
public static prepare
prepare( connection as Connection, command as SQLCommand, configuration as SQLConfiguration ) as PreparedStatement:
Prepares and binds one structured command in its canonical order.