クラス PostgreSQLSubstrFunctionAdapter

java.lang.Object
org.iplass.mtp.impl.rdb.postgresql.function.PostgreSQLSubstrFunctionAdapter
すべての実装されたインタフェース:
FunctionAdapter<Function>

public class PostgreSQLSubstrFunctionAdapter extends Object implements FunctionAdapter<Function>
EQL - SUBSTR 関数アダプタ(PostgreSQL用)

PostgreSQL SUBSTR 関数は第二引数に負数を指定できない為、CASE で場合分けする。