Class SqlConvertorSupport
java.lang.Object
nablarch.core.db.statement.sqlconvertor.SqlConvertorSupport
- All Implemented Interfaces:
SqlConvertor
- Direct Known Subclasses:
VariableConditionSyntaxConvertor
,VariableInSyntaxConvertor
,VariableOrderBySyntaxConvertor
@Published(tag="architect")
public abstract class SqlConvertorSupport
extends Object
implements SqlConvertor
SQL文の変換を行うクラスをサポートするクラス。
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Object
getBindValue
(Object obj, String fieldName) バインド変数に対応するフィールドの値を取得する。Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface nablarch.core.db.statement.SqlConvertor
convert
-
Constructor Details
-
SqlConvertorSupport
public SqlConvertorSupport()
-
-
Method Details
-
getBindValue
バインド変数に対応するフィールドの値を取得する。- Parameters:
obj
- 検索条件をもつオブジェクトfieldName
- フィールド名- Returns:
- バインド変数に対応するフィールドの値
-