Module org.seasar.doma.core
Package org.seasar.doma.jdbc.dialect
Class StandardDialect.StandardSqlLogFormattingVisitor
java.lang.Object
org.seasar.doma.jdbc.dialect.StandardDialect.StandardSqlLogFormattingVisitor
- All Implemented Interfaces:
SqlLogFormattingVisitor,WrapperVisitor<String,SqlLogFormattingFunction, JdbcMappingHint, RuntimeException>
- Direct Known Subclasses:
Db2Dialect.Db2SqlLogFormattingVisitor,H212126Dialect.H212126SqlLogFormattingVisitor,HsqldbDialect.HsqldbSqlLogFormattingVisitor,Mssql2008Dialect.Mssql2008SqlLogFormattingVisitor,MysqlDialect.MysqlSqlLogFormattingVisitor,Oracle11Dialect.Oracle11SqlLogFormattingVisitor,PostgresDialect.PostgresSqlLogFormattingVisitor,SqliteDialect.SqliteSqlLogFormattingVisitor
- Enclosing class:
- StandardDialect
public static class StandardDialect.StandardSqlLogFormattingVisitor
extends Object
implements SqlLogFormattingVisitor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvisitArrayWrapper(ArrayWrapper wrapper, SqlLogFormattingFunction p, Void q) visitBigDecimalWrapper(BigDecimalWrapper wrapper, SqlLogFormattingFunction p, Void q) visitBigIntegerWrapper(BigIntegerWrapper wrapper, SqlLogFormattingFunction p, Void q) visitBlobWrapper(BlobWrapper wrapper, SqlLogFormattingFunction p, Void q) visitBooleanWrapper(BooleanWrapper wrapper, SqlLogFormattingFunction p, Void q) visitBytesWrapper(BytesWrapper wrapper, SqlLogFormattingFunction p, Void q) visitByteWrapper(ByteWrapper wrapper, SqlLogFormattingFunction p, Void q) visitClobWrapper(ClobWrapper wrapper, SqlLogFormattingFunction p, Void q) visitDateWrapper(DateWrapper wrapper, SqlLogFormattingFunction p, Void q) visitDoubleWrapper(DoubleWrapper wrapper, SqlLogFormattingFunction p, Void q) visitEnumWrapper(EnumWrapper<E> wrapper, SqlLogFormattingFunction p, Void q) visitFloatWrapper(FloatWrapper wrapper, SqlLogFormattingFunction p, Void q) visitIntegerWrapper(IntegerWrapper wrapper, SqlLogFormattingFunction p, Void q) visitLocalDateWrapper(LocalDateWrapper wrapper, SqlLogFormattingFunction p, Void q) visitLocalTimeWrapper(LocalTimeWrapper wrapper, SqlLogFormattingFunction p, Void q) visitLongWrapper(LongWrapper wrapper, SqlLogFormattingFunction p, Void q) visitNClobWrapper(NClobWrapper wrapper, SqlLogFormattingFunction p, Void q) visitObjectWrapper(ObjectWrapper wrapper, SqlLogFormattingFunction p, Void q) visitShortWrapper(ShortWrapper wrapper, SqlLogFormattingFunction p, Void q) visitSQLXMLWrapper(SQLXMLWrapper wrapper, SqlLogFormattingFunction p, Void q) visitStringWrapper(StringWrapper wrapper, SqlLogFormattingFunction p, Void q) visitTimestampWrapper(TimestampWrapper wrapper, SqlLogFormattingFunction p, Void q) visitTimeWrapper(TimeWrapper wrapper, SqlLogFormattingFunction p, Void q) visitUtilDateWrapper(UtilDateWrapper wrapper, SqlLogFormattingFunction p, Void q) Methods 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
-
StandardSqlLogFormattingVisitor
public StandardSqlLogFormattingVisitor()
-
-
Method Details
-
visitArrayWrapper
public String visitArrayWrapper(ArrayWrapper wrapper, SqlLogFormattingFunction p, Void q) throws RuntimeException - Specified by:
visitArrayWrapperin interfaceSqlLogFormattingVisitor- Throws:
RuntimeException
-
visitBigDecimalWrapper
- Specified by:
visitBigDecimalWrapperin interfaceSqlLogFormattingVisitor
-
visitBigIntegerWrapper
public String visitBigIntegerWrapper(BigIntegerWrapper wrapper, SqlLogFormattingFunction p, Void q) throws RuntimeException - Specified by:
visitBigIntegerWrapperin interfaceSqlLogFormattingVisitor- Throws:
RuntimeException
-
visitBlobWrapper
public String visitBlobWrapper(BlobWrapper wrapper, SqlLogFormattingFunction p, Void q) throws RuntimeException - Specified by:
visitBlobWrapperin interfaceSqlLogFormattingVisitor- Throws:
RuntimeException
-
visitBooleanWrapper
public String visitBooleanWrapper(BooleanWrapper wrapper, SqlLogFormattingFunction p, Void q) throws RuntimeException - Specified by:
visitBooleanWrapperin interfaceSqlLogFormattingVisitor- Throws:
RuntimeException
-
visitByteWrapper
public String visitByteWrapper(ByteWrapper wrapper, SqlLogFormattingFunction p, Void q) throws RuntimeException - Specified by:
visitByteWrapperin interfaceSqlLogFormattingVisitor- Throws:
RuntimeException
-
visitBytesWrapper
public String visitBytesWrapper(BytesWrapper wrapper, SqlLogFormattingFunction p, Void q) throws RuntimeException - Specified by:
visitBytesWrapperin interfaceSqlLogFormattingVisitor- Throws:
RuntimeException
-
visitClobWrapper
public String visitClobWrapper(ClobWrapper wrapper, SqlLogFormattingFunction p, Void q) throws RuntimeException - Specified by:
visitClobWrapperin interfaceSqlLogFormattingVisitor- Throws:
RuntimeException
-
visitDateWrapper
- Specified by:
visitDateWrapperin interfaceSqlLogFormattingVisitor
-
visitDoubleWrapper
public String visitDoubleWrapper(DoubleWrapper wrapper, SqlLogFormattingFunction p, Void q) throws RuntimeException - Specified by:
visitDoubleWrapperin interfaceSqlLogFormattingVisitor- Throws:
RuntimeException
-
visitFloatWrapper
public String visitFloatWrapper(FloatWrapper wrapper, SqlLogFormattingFunction p, Void q) throws RuntimeException - Specified by:
visitFloatWrapperin interfaceSqlLogFormattingVisitor- Throws:
RuntimeException
-
visitIntegerWrapper
- Specified by:
visitIntegerWrapperin interfaceSqlLogFormattingVisitor
-
visitLocalDateWrapper
public String visitLocalDateWrapper(LocalDateWrapper wrapper, SqlLogFormattingFunction p, Void q) throws RuntimeException - Specified by:
visitLocalDateWrapperin interfaceSqlLogFormattingVisitor- Throws:
RuntimeException
-
visitLocalDateTimeWrapper
public String visitLocalDateTimeWrapper(LocalDateTimeWrapper wrapper, SqlLogFormattingFunction p, Void q) throws RuntimeException - Specified by:
visitLocalDateTimeWrapperin interfaceSqlLogFormattingVisitor- Throws:
RuntimeException
-
visitLocalTimeWrapper
public String visitLocalTimeWrapper(LocalTimeWrapper wrapper, SqlLogFormattingFunction p, Void q) throws RuntimeException - Specified by:
visitLocalTimeWrapperin interfaceSqlLogFormattingVisitor- Throws:
RuntimeException
-
visitLongWrapper
- Specified by:
visitLongWrapperin interfaceSqlLogFormattingVisitor
-
visitNClobWrapper
public String visitNClobWrapper(NClobWrapper wrapper, SqlLogFormattingFunction p, Void q) throws RuntimeException - Specified by:
visitNClobWrapperin interfaceSqlLogFormattingVisitor- Throws:
RuntimeException
-
visitShortWrapper
public String visitShortWrapper(ShortWrapper wrapper, SqlLogFormattingFunction p, Void q) throws RuntimeException - Specified by:
visitShortWrapperin interfaceSqlLogFormattingVisitor- Throws:
RuntimeException
-
visitStringWrapper
- Specified by:
visitStringWrapperin interfaceSqlLogFormattingVisitor
-
visitSQLXMLWrapper
public String visitSQLXMLWrapper(SQLXMLWrapper wrapper, SqlLogFormattingFunction p, Void q) throws RuntimeException - Specified by:
visitSQLXMLWrapperin interfaceSqlLogFormattingVisitor- Throws:
RuntimeException
-
visitTimeWrapper
- Specified by:
visitTimeWrapperin interfaceSqlLogFormattingVisitor
-
visitTimestampWrapper
- Specified by:
visitTimestampWrapperin interfaceSqlLogFormattingVisitor
-
visitEnumWrapper
public <E extends Enum<E>> String visitEnumWrapper(EnumWrapper<E> wrapper, SqlLogFormattingFunction p, Void q) throws RuntimeException - Specified by:
visitEnumWrapperin interfaceSqlLogFormattingVisitor- Throws:
RuntimeException
-
visitUtilDateWrapper
- Specified by:
visitUtilDateWrapperin interfaceSqlLogFormattingVisitor
-
visitObjectWrapper
- Specified by:
visitObjectWrapperin interfaceSqlLogFormattingVisitor
-