public interface ICommand
CommandResult
execute(String dbName, DBConfig config, Map<String,Object> para)
execute(String dbName, DBConfig config, Map<String,Object> para, boolean autoBack)
void
init(String dbName, String table, DBConfig config)
void init(String dbName, String table, DBConfig config) throws Exception
Exception
CommandResult execute(String dbName, DBConfig config, Map<String,Object> para) throws Exception
CommandResult execute(String dbName, DBConfig config, Map<String,Object> para, boolean autoBack) throws Exception
Copyright © 2019. All rights reserved.