public interface IConnection extends Closeable
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close()
关闭
|
IDbSetting |
getDbSetting()
获取DB配置
|
boolean |
isClosed()
是否已关闭
|
boolean |
supportsBatchUpdates()
是否支持批量更新
|
IDbSetting getDbSetting()
boolean isClosed()
boolean supportsBatchUpdates()
void close()
close 在接口中 AutoCloseableclose 在接口中 CloseableCopyright © 2023. All Rights Reserved.