| 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 ScriptCommand |
CommandImplementors.createScriptCommand(java.lang.reflect.Method method,
ScriptQuery query)
Creates a
ScriptCommand object. |
| Modifier and Type | Field and Description |
|---|---|
protected ScriptQuery |
ScriptCommand.query |
| Modifier and Type | Method and Description |
|---|---|
ScriptQuery |
ScriptCommand.getQuery() |
| Constructor and Description |
|---|
ScriptCommand(ScriptQuery query) |
| Modifier and Type | Class and Description |
|---|---|
class |
SqlFileScriptQuery |