org.apache.ibatis.migration.commands
Interface Command

All Known Implementing Classes:
BaseCommand, BootstrapCommand, DownCommand, InitializeCommand, NewCommand, PendingCommand, ScriptCommand, StatusCommand, UpCommand, VersionCommand

public interface Command


Method Summary
 void execute(String... params)
           
 

Method Detail

execute

void execute(String... params)


Copyright © 2010-2011 MyBatis.org. All Rights Reserved.