JDBCCodec

wvlet.airframe.codec.JDBCCodec$
object JDBCCodec extends LogSupport

Attributes

Graph
Supertypes
trait LogSupport
trait LazyLogger
trait LoggingMethods
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
JDBCCodec.type

Members list

Type members

Classlikes

object BigDecimalCodec extends MessageCodec[BigDecimal]

Attributes

Supertypes
trait MessageCodec[BigDecimal]
trait LogSupport
trait LazyLogger
trait LoggingMethods
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object JDBCArrayCodec extends JDBCColumnCodec, LogSupport

Attributes

Supertypes
trait LogSupport
trait LazyLogger
trait LoggingMethods
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object JDBCArrayCodec.type
object JDBCBinaryCodec.type
object JDBCBooleanCodec.type
object JDBCDateCodec.type
object JDBCDecimalCodec.type
object JDBCDoubleCodec.type
object JDBCFloatCodec.type
object JDBCIntCodec.type
object JDBCJavaObjectCodec.type
object JDBCLongCodec.type
object JDBCNullCodec.type
object JDBCShortCodec.type
object JDBCStringCodec.type
object JDBCTimeCodec.type
object JDBCTimestampCodec.type
Show all

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object JDBCIntCodec extends JDBCColumnCodec

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object JavaSqlArrayCodec extends MessageCodec[Array], LogSupport

Attributes

Supertypes
trait MessageCodec[Array]
trait LogSupport
trait LazyLogger
trait LoggingMethods
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object JavaSqlDateCodec extends MessageCodec[Date], LogSupport

Attributes

Supertypes
trait MessageCodec[Date]
trait LogSupport
trait LazyLogger
trait LoggingMethods
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object JavaSqlTimeCodec extends MessageCodec[Time]

Attributes

Supertypes
trait MessageCodec[Time]
trait LogSupport
trait LazyLogger
trait LoggingMethods
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object JavaSqlTimestampCodec extends MessageCodec[Timestamp]

Attributes

Supertypes
trait MessageCodec[Timestamp]
trait LogSupport
trait LazyLogger
trait LoggingMethods
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
class ResultSetCodec(rs: ResultSet)

Attributes

Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(rs: ResultSet): ResultSetCodec
def toJDBCColumnCodec(sqlType: Int, typeName: String): JDBCColumnCodec

Inherited methods

inline protected def debug(inline message: Any, inline cause: Throwable): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def debug(inline message: Any): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def error(inline message: Any, inline cause: Throwable): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def error(inline message: Any): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def info(inline message: Any, inline cause: Throwable): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def info(inline message: Any): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def logAt(inline logLevel: LogLevel, inline message: Any): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def trace(inline message: Any, inline cause: Throwable): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def trace(inline message: Any): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def warn(inline message: Any, inline cause: Throwable): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def warn(inline message: Any): Unit

Attributes

Inherited from:
LoggingMethods