toSqlStatements abstract method

List<String> toSqlStatements(
  1. String table,
  2. SqlDialect dialect
)

The SQL statements equivalent to this operation, run in order.

Implementation

List<String> toSqlStatements(String table, SqlDialect dialect);