|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.doma.jdbc.dialect.StandardDialect.StandardSqlLogFormattingVisitor
public static class StandardDialect.StandardSqlLogFormattingVisitor
標準の SqlLogFormattingVisitor の実装です。
| コンストラクタの概要 | |
|---|---|
StandardDialect.StandardSqlLogFormattingVisitor()
|
|
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public StandardDialect.StandardSqlLogFormattingVisitor()
| メソッドの詳細 |
|---|
public String visitArrayWrapper(ArrayWrapper wrapper,
SqlLogFormattingFunction p)
throws RuntimeException
ArrayWrapperVisitor の記述:
ArrayWrapperVisitor<String,SqlLogFormattingFunction,RuntimeException> 内の visitArrayWrapperwrapper - ラッパーp - パラメータ
RuntimeException
public String visitBigDecimalWrapper(BigDecimalWrapper wrapper,
SqlLogFormattingFunction p)
BigDecimalWrapperVisitor の記述:
BigDecimalWrapperVisitor<String,SqlLogFormattingFunction,RuntimeException> 内の visitBigDecimalWrapperwrapper - ラッパーp - パラメータ
public String visitBigIntegerWrapper(BigIntegerWrapper wrapper,
SqlLogFormattingFunction p)
throws RuntimeException
BigIntegerWrapperVisitor の記述:
BigIntegerWrapperVisitor<String,SqlLogFormattingFunction,RuntimeException> 内の visitBigIntegerWrapperwrapper - ラッパーp - パラメータ
RuntimeException
public String visitBlobWrapper(BlobWrapper wrapper,
SqlLogFormattingFunction p)
throws RuntimeException
BlobWrapperVisitor の記述:
BlobWrapperVisitor<String,SqlLogFormattingFunction,RuntimeException> 内の visitBlobWrapperwrapper - ラッパーp - パラメータ
RuntimeException
public String visitBooleanWrapper(BooleanWrapper wrapper,
SqlLogFormattingFunction p)
throws RuntimeException
BooleanWrapperVisitor の記述:
BooleanWrapperVisitor<String,SqlLogFormattingFunction,RuntimeException> 内の visitBooleanWrapperwrapper - ラッパーp - パラメータ
RuntimeException
public String visitByteWrapper(ByteWrapper wrapper,
SqlLogFormattingFunction p)
throws RuntimeException
ByteWrapperVisitor の記述:
ByteWrapperVisitor<String,SqlLogFormattingFunction,RuntimeException> 内の visitByteWrapperwrapper - ラッパーp - パラメータ
RuntimeException
public String visitBytesWrapper(BytesWrapper wrapper,
SqlLogFormattingFunction p)
throws RuntimeException
BytesWrapperVisitor の記述:
BytesWrapperVisitor<String,SqlLogFormattingFunction,RuntimeException> 内の visitBytesWrapperwrapper - ラッパーp - パラメータ
RuntimeException
public String visitClobWrapper(ClobWrapper wrapper,
SqlLogFormattingFunction p)
throws RuntimeException
ClobWrapperVisitor の記述:
ClobWrapperVisitor<String,SqlLogFormattingFunction,RuntimeException> 内の visitClobWrapperwrapper - ラッパーp - パラメータ
RuntimeException
public String visitDateWrapper(DateWrapper wrapper,
SqlLogFormattingFunction p)
DateWrapperVisitor の記述:
DateWrapperVisitor<String,SqlLogFormattingFunction,RuntimeException> 内の visitDateWrapperwrapper - ラッパーp - パラメータ
public String visitDoubleWrapper(DoubleWrapper wrapper,
SqlLogFormattingFunction p)
throws RuntimeException
DoubleWrapperVisitor の記述:
DoubleWrapperVisitor<String,SqlLogFormattingFunction,RuntimeException> 内の visitDoubleWrapperwrapper - ラッパーp - パラメータ
RuntimeException
public String visitFloatWrapper(FloatWrapper wrapper,
SqlLogFormattingFunction p)
throws RuntimeException
FloatWrapperVisitor の記述:
FloatWrapperVisitor<String,SqlLogFormattingFunction,RuntimeException> 内の visitFloatWrapperwrapper - ラッパーp - パラメータ
RuntimeException
public String visitIntegerWrapper(IntegerWrapper wrapper,
SqlLogFormattingFunction p)
IntegerWrapperVisitor の記述:
IntegerWrapperVisitor<String,SqlLogFormattingFunction,RuntimeException> 内の visitIntegerWrapperwrapper - ラッパーp - パラメータ
public String visitLongWrapper(LongWrapper wrapper,
SqlLogFormattingFunction p)
LongWrapperVisitor の記述:
LongWrapperVisitor<String,SqlLogFormattingFunction,RuntimeException> 内の visitLongWrapperwrapper - ラッパーp - パラメータ
public String visitNClobWrapper(NClobWrapper wrapper,
SqlLogFormattingFunction p)
throws RuntimeException
NClobWrapperVisitor の記述:
NClobWrapperVisitor<String,SqlLogFormattingFunction,RuntimeException> 内の visitNClobWrapperwrapper - ラッパーp - パラメータ
RuntimeException
public String visitShortWrapper(ShortWrapper wrapper,
SqlLogFormattingFunction p)
throws RuntimeException
ShortWrapperVisitor の記述:
ShortWrapperVisitor<String,SqlLogFormattingFunction,RuntimeException> 内の visitShortWrapperwrapper - ラッパーp - パラメータ
RuntimeException
public String visitStringWrapper(StringWrapper wrapper,
SqlLogFormattingFunction p)
StringWrapperVisitor の記述:
StringWrapperVisitor<String,SqlLogFormattingFunction,RuntimeException> 内の visitStringWrapperwrapper - ラッパーp - パラメータ
public String visitTimeWrapper(TimeWrapper wrapper,
SqlLogFormattingFunction p)
TimeWrapperVisitor の記述:
TimeWrapperVisitor<String,SqlLogFormattingFunction,RuntimeException> 内の visitTimeWrapperwrapper - ラッパーp - パラメータ
public String visitTimestampWrapper(TimestampWrapper wrapper,
SqlLogFormattingFunction p)
TimestampWrapperVisitor の記述:
TimestampWrapperVisitor<String,SqlLogFormattingFunction,RuntimeException> 内の visitTimestampWrapperwrapper - ラッパーp - パラメータ
public <E extends Enum<E>> String visitEnumWrapper(EnumWrapper<E> wrapper,
SqlLogFormattingFunction p)
throws RuntimeException
EnumWrapperVisitor の記述:
EnumWrapperVisitor<String,SqlLogFormattingFunction,RuntimeException> 内の visitEnumWrapperwrapper - ラッパーp - パラメータ
RuntimeException
public String visitUtilDateWrapper(UtilDateWrapper wrapper,
SqlLogFormattingFunction p)
UtilDateWrapperVisitor の記述:
UtilDateWrapperVisitor<String,SqlLogFormattingFunction,RuntimeException> 内の visitUtilDateWrapperwrapper - ラッパーp - パラメータ
public String visitObjectWrapper(ObjectWrapper wrapper,
SqlLogFormattingFunction p)
ObjectWrapperVisitor の記述:
ObjectWrapperVisitor<String,SqlLogFormattingFunction,RuntimeException> 内の visitObjectWrapperwrapper - ラッパーp - パラメータ
public String visitUnknownWrapper(Wrapper<?> wrapper,
SqlLogFormattingFunction p)
WrapperVisitor の記述:Wrapper を扱います。
WrapperVisitor<String,SqlLogFormattingFunction,RuntimeException> 内の visitUnknownWrapperwrapper - ラッパーp - パラメータ
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||