public interface DaoExecutor
这个类负责具体执行一个 Dao 语句,并负责打印 Log 等 ...
void
exec(Connection conn, DaoStatement st)
void exec(Connection conn, DaoStatement st)
Copyright © 2017. All rights reserved.