| Package | Description |
|---|---|
| org.opensolaris.opengrok.jdbc |
| Modifier and Type | Class and Description |
|---|---|
class |
InsertQuery
A
StatementCreator class that creates insert statements which
return generated keys. |
class |
PreparedQuery
A
StatementCreator for statements that create ResultSets
with specified type, concurrency and holdability. |
| Modifier and Type | Method and Description |
|---|---|
java.sql.PreparedStatement |
ConnectionResource.getStatement(StatementCreator creator)
Get a
PreparedStatement as defined by the specified
StatementCreator. |