Uses of Interface
nablarch.core.db.statement.ParameterizedSqlPStatement
Package
Description
nablarch.core.db.statement
パッケージのクラスにキャッシュ機能を付与する。データベース接続機能を提供する。
データベースに対するSQL実行機能を提供する。
データベースアクセス処理をサポートする機能を提供する。
汎用的なデータリーダの実装および、データリーダを独自実装する際に
利用できる基底クラスやユーティリティクラスを収めたパッケージ。
ファイルアップロードに関するユーティリティ機能を提供する。
-
Uses of ParameterizedSqlPStatement in nablarch.core.db.cache.statement
Modifier and TypeMethodDescriptionCacheableStatementFactory.getParameterizedSqlPStatementBySqlId
(String original, String sqlId, Connection con, DbExecutionContext context) SQL_IDからParameterizedSqlPStatement
を生成し返却する(可変条件を持つSQL用)。CacheableStatementFactory.getParameterizedSqlPStatementBySqlId
(String sqlId, Connection con, DbExecutionContext context) SQL_IDからParameterizedSqlPStatement
を生成し返却する。 -
Uses of ParameterizedSqlPStatement in nablarch.core.db.connection
Modifier and TypeMethodDescriptionAppDbConnection.prepareParameterizedCountSqlStatementBySqlId
(String sqlId, Object condition) SQL_IDを元に件数取得(カウント)用のStatementオブジェクトを生成する。BasicDbConnection.prepareParameterizedCountSqlStatementBySqlId
(String sqlId, Object condition) SQL_IDを元に件数取得(カウント)用のStatementオブジェクトを生成する。AppDbConnection.prepareParameterizedSqlStatement
(String sql) 名前付きパラメータをもつSQL文実行用のStatementオブジェクトを生成する。AppDbConnection.prepareParameterizedSqlStatement
(String sql, Object condition) 名前付きパラメータをもつ可変条件SQL文実行用のStatementオブジェクトを生成する。AppDbConnection.prepareParameterizedSqlStatement
(String sql, Object condition, SelectOption selectOption) 検索範囲を指定して、名前付きパラメータをもつ可変条件SQL文実行用のStatementオブジェクトを生成する。AppDbConnection.prepareParameterizedSqlStatement
(String sql, SelectOption selectOption) 検索範囲を指定した名前付きパラメータをもつSQL文実行用のStatementオブジェクトを生成する。BasicDbConnection.prepareParameterizedSqlStatement
(String sql) BasicDbConnection.prepareParameterizedSqlStatement
(String sql, Object condition) BasicDbConnection.prepareParameterizedSqlStatement
(String sql, Object condition, SelectOption selectOption) BasicDbConnection.prepareParameterizedSqlStatement
(String sql, SelectOption selectOption) AppDbConnection.prepareParameterizedSqlStatementBySqlId
(String sqlId) 名前付きパラメータをもつSQL文実行用のStatementオブジェクトをSQL_IDを元に生成する。AppDbConnection.prepareParameterizedSqlStatementBySqlId
(String sqlId, Object condition) 名前付きパラメータをもつ可変条件SQL文実行用のStatementオブジェクトをSQL_IDを元に生成する。AppDbConnection.prepareParameterizedSqlStatementBySqlId
(String sqlId, Object condition, SelectOption selectOption) 検索範囲を設定した名前付きパラメータをもつ可変条件SQL文実行用のStatementオブジェクトをSQL_IDを元に生成する。AppDbConnection.prepareParameterizedSqlStatementBySqlId
(String sqlId, SelectOption selectOption) 検索範囲を設定した名前付きパラメータをもつSQL文実行用のStatementオブジェクトをSQL_IDを元に生成する。BasicDbConnection.prepareParameterizedSqlStatementBySqlId
(String sqlId) BasicDbConnection.prepareParameterizedSqlStatementBySqlId
(String sqlId, Object condition) BasicDbConnection.prepareParameterizedSqlStatementBySqlId
(String sqlId, Object condition, SelectOption selectOption) BasicDbConnection.prepareParameterizedSqlStatementBySqlId
(String sqlId, SelectOption selectOption) -
Uses of ParameterizedSqlPStatement in nablarch.core.db.statement
Modifier and TypeClassDescriptionclass
CallableStatement
のラッパークラス。class
PreparedStatement
のをラップしたクラス。
本クラスは、JDK5で実装済みのインタフェースのみを提供する。Modifier and TypeMethodDescriptionBasicStatementFactory.getParameterizedSqlPStatement
(String sql, Connection con, DbExecutionContext context) ParameterizedSqlPStatementを生成し返却する。BasicStatementFactory.getParameterizedSqlPStatement
(String sql, Connection con, DbExecutionContext context, SelectOption selectOption) ParameterizedSqlPStatementを生成し返却する。StatementFactory.getParameterizedSqlPStatement
(String sql, Connection con, DbExecutionContext context) ParameterizedSqlPStatement
を生成し返却する。StatementFactory.getParameterizedSqlPStatement
(String sql, Connection con, DbExecutionContext context, SelectOption selectOption) ParameterizedSqlPStatement
を生成し返却する。BasicStatementFactory.getParameterizedSqlPStatementBySqlId
(String sql, String sqlId, Connection con, DbExecutionContext context) SQL_IDからParameterizedSqlPStatement
を生成し返却する(可変条件を持つSQL用)。BasicStatementFactory.getParameterizedSqlPStatementBySqlId
(String sql, String sqlId, Connection con, DbExecutionContext context, SelectOption selectOption) SQL_IDからParameterizedSqlPStatement
を生成し返却する(可変条件を持つSQL用)。BasicStatementFactory.getParameterizedSqlPStatementBySqlId
(String sqlId, Connection con, DbExecutionContext context) SQL_IDからParameterizedSqlPStatement
を生成し返却する。StatementFactory.getParameterizedSqlPStatementBySqlId
(String sql, String id, Connection con, DbExecutionContext context) SQL_IDからParameterizedSqlPStatement
を生成し返却する(可変条件を持つSQL用)。StatementFactory.getParameterizedSqlPStatementBySqlId
(String sql, String id, Connection con, DbExecutionContext context, SelectOption selectOption) SQL_IDからParameterizedSqlPStatement
を生成し返却する(可変条件を持つSQL用)。StatementFactory.getParameterizedSqlPStatementBySqlId
(String sqlId, Connection con, DbExecutionContext context) SQL_IDからParameterizedSqlPStatement
を生成し返却する。 -
Uses of ParameterizedSqlPStatement in nablarch.core.db.support
Modifier and TypeMethodDescriptionDbAccessSupport.getParameterizedSqlStatement
(String sqlId) 指定されたSQL_IDからParameterizedSqlPStatement
を生成する。DbAccessSupport.getParameterizedSqlStatement
(String sqlId, Object condition) 指定されたSQL_IDと条件からParameterizedSqlPStatement
を生成する。 -
Uses of ParameterizedSqlPStatement in nablarch.fw.reader
Modifier and TypeMethodDescriptionDatabaseRecordReader.setStatement
(ParameterizedSqlPStatement parameterizedSqlPStatement, Object condition) テーブルを参照するSQLステートメント及び条件を設定する。 -
Uses of ParameterizedSqlPStatement in nablarch.fw.web.upload.util
Modifier and TypeMethodDescriptionInsertionStrategy.prepareStatement
(FORM form) プリペアドステートメントを作成する。Modifier and TypeMethodDescriptionvoid
InsertionStrategy.addBatch
(ParameterizedSqlPStatement statement, FORM form) ステートメントにバッチ登録する。