Module org.seasar.doma.core
Package org.seasar.doma.jdbc.dialect
Class Oracle11Dialect.Oracle11SqlLogFormattingVisitor
java.lang.Object
org.seasar.doma.jdbc.dialect.StandardDialect.StandardSqlLogFormattingVisitor
org.seasar.doma.jdbc.dialect.Oracle11Dialect.Oracle11SqlLogFormattingVisitor
- All Implemented Interfaces:
SqlLogFormattingVisitor,WrapperVisitor<String,SqlLogFormattingFunction, JdbcMappingHint, RuntimeException>
- Direct Known Subclasses:
OracleDialect.OracleSqlLogFormattingVisitor
- Enclosing class:
- Oracle11Dialect
public static class Oracle11Dialect.Oracle11SqlLogFormattingVisitor
extends StandardDialect.StandardSqlLogFormattingVisitor
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classA formatter that converts aDateobject to a date literal.protected static classA formatter that converts aLocalDateobject to a date literal.protected static classA formatter that converts aLocalDateTimeobject to a timestamp literal.protected static classA formatter that converts aLocalTimeobject to a time literal.protected static classA formatter that converts aTimeobject to a time literal.protected static classA formatter that converts aTimestampobject to a timestamp literal.protected static classA formatter that converts aDateobject to a date literal. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Oracle11Dialect.Oracle11SqlLogFormattingVisitor.DateFormatterthe formatter forDatethe formatter forLocalDatethe formatter forLocalDateTimethe formatter forLocalTimeprotected final Oracle11Dialect.Oracle11SqlLogFormattingVisitor.TimeFormatterthe formatter forTimethe formatter forTimestampthe formatter forDate -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvisitBooleanWrapper(BooleanWrapper wrapper, SqlLogFormattingFunction p, Void q) visitDateWrapper(DateWrapper wrapper, SqlLogFormattingFunction p, Void q) visitLocalDateWrapper(LocalDateWrapper wrapper, SqlLogFormattingFunction p, Void q) visitLocalTimeWrapper(LocalTimeWrapper 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 org.seasar.doma.jdbc.dialect.StandardDialect.StandardSqlLogFormattingVisitor
visitArrayWrapper, visitBigDecimalWrapper, visitBigIntegerWrapper, visitBlobWrapper, visitBytesWrapper, visitByteWrapper, visitClobWrapper, visitDoubleWrapper, visitEnumWrapper, visitFloatWrapper, visitIntegerWrapper, visitLongWrapper, visitNClobWrapper, visitObjectWrapper, visitShortWrapper, visitSQLXMLWrapper, visitStringWrapperMethods 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
-
Field Details
-
dateFormatter
the formatter forDate -
timeFormatter
the formatter forTime -
timestampFormatter
protected final Oracle11Dialect.Oracle11SqlLogFormattingVisitor.TimestampFormatter timestampFormatterthe formatter forTimestamp -
utilDateFormatter
the formatter forDate -
localDateFormatter
protected final Oracle11Dialect.Oracle11SqlLogFormattingVisitor.LocalDateFormatter localDateFormatterthe formatter forLocalDate -
localDateTimeFormatter
protected final Oracle11Dialect.Oracle11SqlLogFormattingVisitor.LocalDateTimeFormatter localDateTimeFormatterthe formatter forLocalDateTime -
localTimeFormatter
protected final Oracle11Dialect.Oracle11SqlLogFormattingVisitor.LocalTimeFormatter localTimeFormatterthe formatter forLocalTime
-
-
Constructor Details
-
Oracle11SqlLogFormattingVisitor
public Oracle11SqlLogFormattingVisitor()
-
-
Method Details
-
visitBooleanWrapper
public String visitBooleanWrapper(BooleanWrapper wrapper, SqlLogFormattingFunction p, Void q) throws RuntimeException - Specified by:
visitBooleanWrapperin interfaceSqlLogFormattingVisitor- Overrides:
visitBooleanWrapperin classStandardDialect.StandardSqlLogFormattingVisitor- Throws:
RuntimeException
-
visitDateWrapper
- Specified by:
visitDateWrapperin interfaceSqlLogFormattingVisitor- Overrides:
visitDateWrapperin classStandardDialect.StandardSqlLogFormattingVisitor
-
visitLocalDateWrapper
public String visitLocalDateWrapper(LocalDateWrapper wrapper, SqlLogFormattingFunction p, Void q) throws RuntimeException - Specified by:
visitLocalDateWrapperin interfaceSqlLogFormattingVisitor- Overrides:
visitLocalDateWrapperin classStandardDialect.StandardSqlLogFormattingVisitor- Throws:
RuntimeException
-
visitLocalDateTimeWrapper
public String visitLocalDateTimeWrapper(LocalDateTimeWrapper wrapper, SqlLogFormattingFunction p, Void q) throws RuntimeException - Specified by:
visitLocalDateTimeWrapperin interfaceSqlLogFormattingVisitor- Overrides:
visitLocalDateTimeWrapperin classStandardDialect.StandardSqlLogFormattingVisitor- Throws:
RuntimeException
-
visitLocalTimeWrapper
public String visitLocalTimeWrapper(LocalTimeWrapper wrapper, SqlLogFormattingFunction p, Void q) throws RuntimeException - Specified by:
visitLocalTimeWrapperin interfaceSqlLogFormattingVisitor- Overrides:
visitLocalTimeWrapperin classStandardDialect.StandardSqlLogFormattingVisitor- Throws:
RuntimeException
-
visitTimeWrapper
- Specified by:
visitTimeWrapperin interfaceSqlLogFormattingVisitor- Overrides:
visitTimeWrapperin classStandardDialect.StandardSqlLogFormattingVisitor
-
visitTimestampWrapper
- Specified by:
visitTimestampWrapperin interfaceSqlLogFormattingVisitor- Overrides:
visitTimestampWrapperin classStandardDialect.StandardSqlLogFormattingVisitor
-
visitUtilDateWrapper
- Specified by:
visitUtilDateWrapperin interfaceSqlLogFormattingVisitor- Overrides:
visitUtilDateWrapperin classStandardDialect.StandardSqlLogFormattingVisitor
-