Package org.seasar.doma.jdbc.query


package org.seasar.doma.jdbc.query
Provides query objects that build and execute SQL statements.

This package contains interfaces and classes that represent various types of database queries, such as SELECT, INSERT, UPDATE, DELETE, batch operations, and stored procedure/function calls. These query objects are responsible for building SQL statements, binding parameters, and executing the statements against a database.

The main interfaces in this package include:

The implementation classes in this package provide concrete functionality for these interfaces, handling SQL generation, parameter binding, and execution according to the specific requirements of each query type.