getPostStatement(TableIdentifier tbl) Return the post-processing SQL for the passed table.
Placeholders ${table.name} and ${table.expression} are replaced
before running the statement.
getPreStatement(TableIdentifier tbl) Return the post-processing SQL for the passed table.
Placeholders ${table.name} and ${table.expression} are replaced
before running the statement.
Run the statement that is defined as the pre-processing statement
Parameters: con - the connection on which to run the statement Parameters: tbl - the table for which to run the statement throws: java.sql.SQLException - See Also:TableStatements.getPreStatement(TableIdentifier)