org.seasar.doma.jdbc.dialect
クラス MysqlDialect.MysqlSqlLogFormattingVisitor

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

public static class MysqlDialect.MysqlSqlLogFormattingVisitor
extends StandardDialect.StandardSqlLogFormattingVisitor

MySQL用の SqlLogFormattingVisitor です。

作成者:
taedium

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

コンストラクタの詳細

MysqlDialect.MysqlSqlLogFormattingVisitor

public MysqlDialect.MysqlSqlLogFormattingVisitor()


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