Uses of Class
org.apache.calcite.avatica.util.AbstractCursor.ObjectAccessor
-
Packages that use AbstractCursor.ObjectAccessor Package Description org.apache.calcite.avatica.util Avatica utilities. -
-
Uses of AbstractCursor.ObjectAccessor in org.apache.calcite.avatica.util
Subclasses of AbstractCursor.ObjectAccessor in org.apache.calcite.avatica.util Modifier and Type Class Description private static classAbstractCursor.DateAccessorAccessor that assumes that the underlying value is a DATE, represented as a java.sql.Date; corresponds toTypes.DATE.private static classAbstractCursor.TimeAccessorAccessor that assumes that the underlying value is a TIME, represented as a java.sql.Time; corresponds toTypes.TIME.private static classAbstractCursor.TimestampAccessorAccessor that assumes that the underlying value is a TIMESTAMP, represented as a java.sql.Timestamp; corresponds toTypes.TIMESTAMP.private static classAbstractCursor.TimestampFromUtilDateAccessorAccessor that assumes that the underlying value is a TIMESTAMP, represented as a java.util.Date; corresponds toTypes.TIMESTAMP.
-