Module org.seasar.doma.core
Package org.seasar.doma.jdbc.dialect
Class MysqlDialect.MysqlSqlLogFormattingVisitor
java.lang.Object
org.seasar.doma.jdbc.dialect.StandardDialect.StandardSqlLogFormattingVisitor
org.seasar.doma.jdbc.dialect.MysqlDialect.MysqlSqlLogFormattingVisitor
- All Implemented Interfaces:
SqlLogFormattingVisitor,WrapperVisitor<String,SqlLogFormattingFunction, JdbcMappingHint, RuntimeException>
- Enclosing class:
- MysqlDialect
public static class MysqlDialect.MysqlSqlLogFormattingVisitor
extends StandardDialect.StandardSqlLogFormattingVisitor
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.seasar.doma.jdbc.dialect.StandardDialect.StandardSqlLogFormattingVisitor
visitArrayWrapper, visitBigDecimalWrapper, visitBigIntegerWrapper, visitBlobWrapper, visitBooleanWrapper, visitBytesWrapper, visitByteWrapper, visitClobWrapper, visitDateWrapper, visitDoubleWrapper, visitEnumWrapper, visitFloatWrapper, visitIntegerWrapper, visitLocalDateTimeWrapper, visitLocalDateWrapper, visitLocalTimeWrapper, visitLongWrapper, visitNClobWrapper, visitObjectWrapper, visitShortWrapper, visitSQLXMLWrapper, visitStringWrapper, visitTimestampWrapper, visitTimeWrapper, visitUtilDateWrapperMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.seasar.doma.jdbc.SqlLogFormattingVisitor
visitArrayWrapper, visitBigDecimalWrapper, visitBigIntegerWrapper, visitBlobWrapper, visitBooleanWrapper, visitBytesWrapper, visitByteWrapper, visitClobWrapper, visitDateWrapper, visitDoubleWrapper, visitEnumWrapper, visitFloatWrapper, visitIntegerWrapper, visitLocalDateTimeWrapper, visitLocalDateWrapper, visitLocalTimeWrapper, visitLongWrapper, visitNClobWrapper, visitObjectWrapper, visitPrimitiveBooleanWrapper, visitPrimitiveBooleanWrapper, visitPrimitiveByteWrapper, visitPrimitiveByteWrapper, visitPrimitiveDoubleWrapper, visitPrimitiveDoubleWrapper, visitPrimitiveFloatWrapper, visitPrimitiveFloatWrapper, visitPrimitiveIntWrapper, visitPrimitiveIntWrapper, visitPrimitiveLongWrapper, visitPrimitiveLongWrapper, visitPrimitiveShortWrapper, visitPrimitiveShortWrapper, visitShortWrapper, visitSQLXMLWrapper, visitStringWrapper, visitTimestampWrapper, visitTimeWrapper, visitUtilDateWrapper
-
Constructor Details
-
MysqlSqlLogFormattingVisitor
public MysqlSqlLogFormattingVisitor()
-