Package jp.co.future.uroborosql
-
Interface Summary Interface Description SqlAgent SQL実行クラスインタフェースSqlAgent.InsertsCondition<E> SqlAgent.inserts(Stream, InsertsCondition)
の一括更新用のフレームの判定条件.
ex)
(context, count, row) -> count == 1000SqlAgent.UpdatesCondition<E> SqlAgent.updates(Stream, UpdatesCondition)
の一括更新用のフレームの判定条件.
ex)
(context, count, row) -> count == 1000SqlAgentProvider SQL実行クラスのプロバイダインターフェース。 -
Class Summary Class Description AbstractResultSetWrapper ResultSetの抽象ラッパークラスSqlAgentImpl SQL実行用クラス。SqlAgentProviderImpl Sql実行クラスのプロバイダクラス。UroboroSQL UroboroSQLを利用する際、初めに利用するクラス.UroboroSQL.InternalConfig UroboroSQL.UroboroSQLBuilder