liquibase.statement
Class UpdateExecutablePreparedStatement
java.lang.Object
liquibase.statement.ExecutablePreparedStatementBase
liquibase.statement.UpdateExecutablePreparedStatement
- All Implemented Interfaces:
- ExecutablePreparedStatement, SqlStatement
public class UpdateExecutablePreparedStatement
- extends ExecutablePreparedStatementBase
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpdateExecutablePreparedStatement
public UpdateExecutablePreparedStatement(Database database,
String catalogName,
String schemaName,
String tableName,
List<ColumnConfig> columns)
generateSql
protected String generateSql(List<ColumnConfig> cols)
- Specified by:
generateSql
in class ExecutablePreparedStatementBase
Copyright © 2013 Liquibase.org. All Rights Reserved.