@FunctionalInterface public interface ICallback
| Modifier and Type | Method and Description |
|---|---|
Object |
call(Connection conn)
Place codes here that need call back by active record plugin.
|
Object call(Connection conn) throws SQLException
conn - the JDBC Connection, you need't close this connection after used it, active record plugin will close it automaticallySQLExceptionCopyright © 2025. All rights reserved.