|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.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
|
protected static class |
OracleDialect.OracleSqlLogFormattingVisitor.TimeFormatter
|
protected static class |
OracleDialect.OracleSqlLogFormattingVisitor.TimestampFormatter
|
コンストラクタの概要 | |
---|---|
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)
ラッパーを訪問します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
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
- パラメータ
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |