Module org.seasar.doma.core
Package org.seasar.doma.jdbc.dialect
Class Db2Dialect.Db2ExpressionFunctions
java.lang.Object
org.seasar.doma.jdbc.dialect.StandardDialect.StandardExpressionFunctions
org.seasar.doma.jdbc.dialect.Db2Dialect.Db2ExpressionFunctions
- All Implemented Interfaces:
ExpressionFunctions
- Enclosing class:
- Db2Dialect
public static class Db2Dialect.Db2ExpressionFunctions
extends StandardDialect.StandardExpressionFunctions
-
Field Summary
Fields inherited from class org.seasar.doma.jdbc.dialect.StandardDialect.StandardExpressionFunctions
defaultReplacement, defaultWildcardReplacementPattern, escapeChar, wildcards -
Constructor Summary
ConstructorsModifierConstructorDescriptionDb2ExpressionFunctions(char[] wildcards) protectedDb2ExpressionFunctions(char escapeChar, char[] wildcards) -
Method Summary
Methods inherited from class org.seasar.doma.jdbc.dialect.StandardDialect.StandardExpressionFunctions
createWildcardReplacement, createWildcardReplacementPattern, escape, escape, escapeWildcard, escapeWildcard, infix, infix, isBlank, isEmpty, isNotBlank, isNotEmpty, makeRoundedDownCalendar, makeRoundedUpCalendar, prefix, prefix, roundDownTimePart, roundDownTimePart, roundDownTimePart, roundDownTimePart, roundUpTimePart, roundUpTimePart, roundUpTimePart, roundUpTimePart, roundUpTimePart, suffix, suffix
-
Constructor Details
-
Db2ExpressionFunctions
public Db2ExpressionFunctions() -
Db2ExpressionFunctions
public Db2ExpressionFunctions(char[] wildcards) -
Db2ExpressionFunctions
protected Db2ExpressionFunctions(char escapeChar, char[] wildcards)
-