| Package | Description |
|---|---|
| org.seasar.doma.jdbc |
Provides JDBC related interfaces and classes.
|
| org.seasar.doma.jdbc.command |
Provides classes and interfaces to execute SQL statements.
|
| org.seasar.doma.jdbc.query |
Provides query objects that build SQL statements.
|
| Modifier and Type | Method and Description |
|---|---|
default <RESULT> CreateCommand<RESULT> |
CommandImplementors.createCreateCommand(java.lang.reflect.Method method,
CreateQuery<RESULT> query)
Creates a
CreateCommand object. |
| Modifier and Type | Field and Description |
|---|---|
protected CreateQuery<RESULT> |
CreateCommand.query |
| Modifier and Type | Method and Description |
|---|---|
CreateQuery<RESULT> |
CreateCommand.getQuery() |
| Constructor and Description |
|---|
CreateCommand(CreateQuery<RESULT> query) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCreateQuery<RESULT> |
class |
ArrayCreateQuery |
class |
BlobCreateQuery |
class |
ClobCreateQuery |
class |
NClobCreateQuery |
class |
SQLXMLCreateQuery |