// }
}
if (needsPreparedStatement) {
return new SqlStatement[] {
new InsertExecutablePreparedStatement(database, catalogName, schemaName, tableName, columns, getChangeSet(), this.getResourceAccessor())
};
}
InsertStatement statement = new InsertStatement(getCatalogName(), getSchemaName(), getTableName());