| Package | Description |
|---|---|
| org.spincast.plugins.jdbc.statements |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BatchInsertStatement |
interface |
DeleteStatement |
interface |
InsertStatement |
interface |
SelectStatement |
interface |
UpdateStatement |
| Modifier and Type | Class and Description |
|---|---|
class |
BatchInsertStatementDefault |
class |
DeleteStatementDefault |
class |
InsertStatementDefault |
class |
SelectStatementDefault |
class |
StatementBase
If the connection's
Connection.getAutoCommit() is true/code>,
the connection will be automatically closed. |
class |
UpdateStatementDefault |
| Modifier and Type | Method and Description |
|---|---|
protected void |
StatementBase.copyParamsAndStaticTokensTo(Statement newStm) |
Copyright © 2019. All rights reserved.