public interface Executor extends Closeable
<E> List<E> doQuery(String sql, Object parms, Class clazz) throws SQLException, IllegalAccessException, InstantiationException
E - sql - sqlparms - 参数clazz - 类型SQLExceptionIllegalAccessExceptionInstantiationExceptionvoid close()
close 在接口中 AutoCloseableclose 在接口中 CloseableCopyright © 2016. All rights reserved.