org.seasar.doma.jdbc.dialect
クラス HsqldbDialect.HsqldbSqlLogFormattingVisitor

java.lang.Object
  上位を拡張 org.seasar.doma.jdbc.dialect.StandardDialect.StandardSqlLogFormattingVisitor
      上位を拡張 org.seasar.doma.jdbc.dialect.HsqldbDialect.HsqldbSqlLogFormattingVisitor
すべての実装されたインタフェース:
PersistentWrapperVisitor<String,SqlLogFormattingFunction,RuntimeException>, SqlLogFormattingVisitor, ArrayWrapperVisitor<String,SqlLogFormattingFunction,RuntimeException>, BigDecimalWrapperVisitor<String,SqlLogFormattingFunction,RuntimeException>, BigIntegerWrapperVisitor<String,SqlLogFormattingFunction,RuntimeException>, BlobWrapperVisitor<String,SqlLogFormattingFunction,RuntimeException>, BooleanWrapperVisitor<String,SqlLogFormattingFunction,RuntimeException>, BytesWrapperVisitor<String,SqlLogFormattingFunction,RuntimeException>, ByteWrapperVisitor<String,SqlLogFormattingFunction,RuntimeException>, ClobWrapperVisitor<String,SqlLogFormattingFunction,RuntimeException>, DateWrapperVisitor<String,SqlLogFormattingFunction,RuntimeException>, DoubleWrapperVisitor<String,SqlLogFormattingFunction,RuntimeException>, EnumWrapperVisitor<String,SqlLogFormattingFunction,RuntimeException>, FloatWrapperVisitor<String,SqlLogFormattingFunction,RuntimeException>, IntegerWrapperVisitor<String,SqlLogFormattingFunction,RuntimeException>, LongWrapperVisitor<String,SqlLogFormattingFunction,RuntimeException>, NClobWrapperVisitor<String,SqlLogFormattingFunction,RuntimeException>, ObjectWrapperVisitor<String,SqlLogFormattingFunction,RuntimeException>, ShortWrapperVisitor<String,SqlLogFormattingFunction,RuntimeException>, StringWrapperVisitor<String,SqlLogFormattingFunction,RuntimeException>, TimestampWrapperVisitor<String,SqlLogFormattingFunction,RuntimeException>, TimeWrapperVisitor<String,SqlLogFormattingFunction,RuntimeException>, UtilDateWrapperVisitor<String,SqlLogFormattingFunction,RuntimeException>, WrapperVisitor<String,SqlLogFormattingFunction,RuntimeException>
含まれているクラス:
HsqldbDialect

public static class HsqldbDialect.HsqldbSqlLogFormattingVisitor
extends StandardDialect.StandardSqlLogFormattingVisitor

HSQLDB用の SqlLogFormattingVisitor の実装です。

作成者:
taedium

コンストラクタの概要
HsqldbDialect.HsqldbSqlLogFormattingVisitor()
           
 
メソッドの概要
 
クラス org.seasar.doma.jdbc.dialect.StandardDialect.StandardSqlLogFormattingVisitor から継承されたメソッド
visitArrayWrapper, visitBigDecimalWrapper, visitBigIntegerWrapper, visitBlobWrapper, visitBooleanWrapper, visitBytesWrapper, visitByteWrapper, visitClobWrapper, visitDateWrapper, visitDoubleWrapper, visitEnumWrapper, visitFloatWrapper, visitIntegerWrapper, visitLongWrapper, visitNClobWrapper, visitObjectWrapper, visitShortWrapper, visitStringWrapper, visitTimestampWrapper, visitTimeWrapper, visitUnknownWrapper, visitUtilDateWrapper
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

HsqldbDialect.HsqldbSqlLogFormattingVisitor

public HsqldbDialect.HsqldbSqlLogFormattingVisitor()


Copyright © 2009-2014 The Seasar Foundation. All Rights Reserved.