liquibase.statement
Class UpdateExecutablePreparedStatement

java.lang.Object
  extended by liquibase.statement.ExecutablePreparedStatementBase
      extended by liquibase.statement.UpdateExecutablePreparedStatement
All Implemented Interfaces:
ExecutablePreparedStatement, SqlStatement

public class UpdateExecutablePreparedStatement
extends ExecutablePreparedStatementBase


Field Summary
 
Fields inherited from class liquibase.statement.ExecutablePreparedStatementBase
database
 
Constructor Summary
UpdateExecutablePreparedStatement(Database database, String catalogName, String schemaName, String tableName, List<ColumnConfig> columns)
           
 
Method Summary
protected  String generateSql(List<ColumnConfig> cols)
           
 
Methods inherited from class liquibase.statement.ExecutablePreparedStatementBase
execute, getCatalogName, getColumns, getSchemaName, getTableName, skipOnUnsupported
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateExecutablePreparedStatement

public UpdateExecutablePreparedStatement(Database database,
                                         String catalogName,
                                         String schemaName,
                                         String tableName,
                                         List<ColumnConfig> columns)
Method Detail

generateSql

protected String generateSql(List<ColumnConfig> cols)
Specified by:
generateSql in class ExecutablePreparedStatementBase


Copyright © 2013 Liquibase.org. All Rights Reserved.