| 程序包 | 说明 |
|---|---|
| org.sql2o |
Provides the main api for sql2o.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Sql2o.runInTransaction(StatementRunnable runnable)
Calls the
run(Connection, Object) method on the StatementRunnable parameter. |
void |
Sql2o.runInTransaction(StatementRunnable runnable,
Object argument)
Calls the
run(Connection, Object) method on the StatementRunnable parameter. |
void |
Sql2o.runInTransaction(StatementRunnable runnable,
Object argument,
int isolationLevel)
Calls the
run(Connection, Object) method on the StatementRunnable parameter. |
void |
Sql2o.withConnection(StatementRunnable runnable)
Invokes the run method on the
StatementRunnableWithResult instance. |
void |
Sql2o.withConnection(StatementRunnable runnable,
Object argument)
Invokes the run method on the
StatementRunnableWithResult instance. |
Copyright © 2021. All rights reserved.