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 Details

    • SqlConvertorSupport

      public SqlConvertorSupport()
  • Method Details

    • getBindValue

      protected Object getBindValue(Object obj, String fieldName)
      バインド変数に対応するフィールドの値を取得する。
      Parameters:
      obj - 検索条件をもつオブジェクト
      fieldName - フィールド名
      Returns:
      バインド変数に対応するフィールドの値