|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.doma.jdbc.dialect.StandardDialect.StandardSqlLogFormattingVisitor org.seasar.doma.jdbc.dialect.OracleDialect.OracleSqlLogFormattingVisitor
public static class OracleDialect.OracleSqlLogFormattingVisitor
Oracle用の SqlLogFormattingVisitor
の実装です。
入れ子のクラスの概要 | |
---|---|
protected static class |
OracleDialect.OracleSqlLogFormattingVisitor.DateFormatter
Date をdateリテラルへ変換するフォーマッタです。 |
protected static class |
OracleDialect.OracleSqlLogFormattingVisitor.TimeFormatter
timeリテラルへ変換するフォーマッタです。 |
protected static class |
OracleDialect.OracleSqlLogFormattingVisitor.TimestampFormatter
timestampリテラルへ変換するフォーマッタです。 |
protected static class |
OracleDialect.OracleSqlLogFormattingVisitor.UtilDateFormatter
Date をdateリテラルへ変換するフォーマッタです。 |
フィールドの概要 | |
---|---|
protected OracleDialect.OracleSqlLogFormattingVisitor.DateFormatter |
dateFormatter
Date 用日付フォーマッタ |
protected OracleDialect.OracleSqlLogFormattingVisitor.TimeFormatter |
timeFormatter
時刻フォーマッタ |
protected OracleDialect.OracleSqlLogFormattingVisitor.TimestampFormatter |
timestampFormatter
タイムスタンプフォーマッタ |
protected OracleDialect.OracleSqlLogFormattingVisitor.UtilDateFormatter |
utilDateFormatter
Date 用日付フォーマッタ |
コンストラクタの概要 | |
---|---|
OracleDialect.OracleSqlLogFormattingVisitor()
|
メソッドの概要 | |
---|---|
String |
visitBooleanWrapper(BooleanWrapper wrapper,
SqlLogFormattingFunction p)
ラッパーを訪問します。 |
String |
visitDateWrapper(DateWrapper wrapper,
SqlLogFormattingFunction p)
ラッパーを訪問します。 |
String |
visitTimestampWrapper(TimestampWrapper wrapper,
SqlLogFormattingFunction p)
ラッパーを訪問します。 |
String |
visitTimeWrapper(TimeWrapper wrapper,
SqlLogFormattingFunction p)
ラッパーを訪問します。 |
String |
visitUtilDateWrapper(UtilDateWrapper wrapper,
SqlLogFormattingFunction p)
ラッパーを訪問します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
protected OracleDialect.OracleSqlLogFormattingVisitor.DateFormatter dateFormatter
Date
用日付フォーマッタ
protected OracleDialect.OracleSqlLogFormattingVisitor.TimeFormatter timeFormatter
protected OracleDialect.OracleSqlLogFormattingVisitor.TimestampFormatter timestampFormatter
protected OracleDialect.OracleSqlLogFormattingVisitor.UtilDateFormatter utilDateFormatter
Date
用日付フォーマッタ
コンストラクタの詳細 |
---|
public OracleDialect.OracleSqlLogFormattingVisitor()
メソッドの詳細 |
---|
public String visitBooleanWrapper(BooleanWrapper wrapper, SqlLogFormattingFunction p) throws RuntimeException
BooleanWrapperVisitor
の記述:
BooleanWrapperVisitor<String,SqlLogFormattingFunction,RuntimeException>
内の visitBooleanWrapper
StandardDialect.StandardSqlLogFormattingVisitor
内の visitBooleanWrapper
wrapper
- ラッパーp
- パラメータ
RuntimeException
public String visitDateWrapper(DateWrapper wrapper, SqlLogFormattingFunction p)
DateWrapperVisitor
の記述:
DateWrapperVisitor<String,SqlLogFormattingFunction,RuntimeException>
内の visitDateWrapper
StandardDialect.StandardSqlLogFormattingVisitor
内の visitDateWrapper
wrapper
- ラッパーp
- パラメータ
public String visitTimeWrapper(TimeWrapper wrapper, SqlLogFormattingFunction p)
TimeWrapperVisitor
の記述:
TimeWrapperVisitor<String,SqlLogFormattingFunction,RuntimeException>
内の visitTimeWrapper
StandardDialect.StandardSqlLogFormattingVisitor
内の visitTimeWrapper
wrapper
- ラッパーp
- パラメータ
public String visitTimestampWrapper(TimestampWrapper wrapper, SqlLogFormattingFunction p)
TimestampWrapperVisitor
の記述:
TimestampWrapperVisitor<String,SqlLogFormattingFunction,RuntimeException>
内の visitTimestampWrapper
StandardDialect.StandardSqlLogFormattingVisitor
内の visitTimestampWrapper
wrapper
- ラッパーp
- パラメータ
public String visitUtilDateWrapper(UtilDateWrapper wrapper, SqlLogFormattingFunction p)
UtilDateWrapperVisitor
の記述:
UtilDateWrapperVisitor<String,SqlLogFormattingFunction,RuntimeException>
内の visitUtilDateWrapper
StandardDialect.StandardSqlLogFormattingVisitor
内の visitUtilDateWrapper
wrapper
- ラッパーp
- パラメータ
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |