org.seasar.doma.jdbc.dialect
クラス SqliteDialect.SqliteSqlLogFormattingVisitor

java.lang.Object
  上位を拡張 org.seasar.doma.jdbc.dialect.StandardDialect.StandardSqlLogFormattingVisitor
      上位を拡張 org.seasar.doma.jdbc.dialect.SqliteDialect.SqliteSqlLogFormattingVisitor
すべての実装されたインタフェース:
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>
含まれているクラス:
SqliteDialect

public static class SqliteDialect.SqliteSqlLogFormattingVisitor
extends StandardDialect.StandardSqlLogFormattingVisitor

SQLite用の SqlLogFormattingVisitor の実装です。

作成者:
taedium

コンストラクタの概要
SqliteDialect.SqliteSqlLogFormattingVisitor()
           
 
メソッドの概要
 
クラス 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
 

コンストラクタの詳細

SqliteDialect.SqliteSqlLogFormattingVisitor

public SqliteDialect.SqliteSqlLogFormattingVisitor()


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