public interface IAccessor
| 限定符和类型 | 方法和说明 |
|---|---|
IAccessorConfig |
getAccessorConfig() |
CallableStatement |
getCallableStatement(Connection conn,
String sql) |
PreparedStatement |
getPreparedStatement(Connection conn,
String sql) |
Statement |
getStatement(Connection conn) |
Statement getStatement(Connection conn) throws Exception
conn - 连接对象Exception - 可能产生的异常PreparedStatement getPreparedStatement(Connection conn, String sql) throws Exception
conn - 访问数据库的连接对象sql - 预执行的SQL语句Exception - 可能产生的异常CallableStatement getCallableStatement(Connection conn, String sql) throws Exception
conn - 访问数据库的连接对象sql - 预执行的SQL语句Exception - 可能产生的异常IAccessorConfig getAccessorConfig()
Copyright © 2019. All rights reserved.