Uses of Interface
nablarch.core.db.statement.SqlCStatement
Package
Description
データベース接続機能を提供する。
データベースに対するSQL実行機能を提供する。
データベースアクセス処理をサポートする機能を提供する。
-
Uses of SqlCStatement in nablarch.core.db.connection
Modifier and TypeMethodDescriptionAppDbConnection.prepareCall
(String sql) ストアドプロシージャ実行用のStatementオブジェクトを生成する。BasicDbConnection.prepareCall
(String sql) AppDbConnection.prepareCallBySqlId
(String sqlId) ストアドプロシージャ実行用のStatementオブジェクトをSQL_IDを元に生成する。BasicDbConnection.prepareCallBySqlId
(String sqlId) -
Uses of SqlCStatement in nablarch.core.db.statement
Modifier and TypeMethodDescriptionBasicStatementFactory.getSqlCStatement
(String sql, Connection con, DbExecutionContext context) StatementFactory.getSqlCStatement
(String sql, Connection con, DbExecutionContext context) SqlCStatement
を生成し返却する。BasicStatementFactory.getSqlCStatementBySqlId
(String sqlId, Connection con, DbExecutionContext context) StatementFactory.getSqlCStatementBySqlId
(String sqlId, Connection con, DbExecutionContext context) SqlCStatement
を生成し返却する。 -
Uses of SqlCStatement in nablarch.core.db.support
Modifier and TypeMethodDescriptionfinal SqlCStatement
DbAccessSupport.getSqlCStatement
(String sqlId) 指定されたSQL_IDからSqlCStatement
を生成する。