com.typesafe.slick.driver.db2.DB2Driver.JdbcTypes

BooleanJdbcType

Related Doc: package JdbcTypes

class BooleanJdbcType extends JdbcTypes.BooleanJdbcType

Linear Supertypes
JdbcTypes.BooleanJdbcType, DB2Driver.DriverJdbcType[Boolean], JdbcType[Boolean], BaseTypedType[Boolean], AtomicType, TypedType[Boolean], Type, Dumpable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BooleanJdbcType
  2. BooleanJdbcType
  3. DriverJdbcType
  4. JdbcType
  5. BaseTypedType
  6. AtomicType
  7. TypedType
  8. Type
  9. Dumpable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BooleanJdbcType()

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def children: ConstArray[Nothing]

    Definition Classes
    AtomicType → Type
  6. final def childrenForeach[R](f: (Type) ⇒ R): Unit

    Definition Classes
    AtomicType → Type
  7. implicit val classTag: ClassTag[Boolean]

    Definition Classes
    DriverJdbcType → Type
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. def getDumpInfo: DumpInfo

    Definition Classes
    Type → Dumpable
  14. def getValue(r: ResultSet, idx: Int): Boolean

    Definition Classes
    BooleanJdbcType → JdbcType
  15. def hasLiteralForm: Boolean

    Definition Classes
    DriverJdbcType → JdbcType
  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. final def mapChildren(f: (Type) ⇒ Type): BooleanJdbcType.this.type

    Definition Classes
    AtomicType → Type
  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  22. def optionType: OptionTypedType[Boolean]

    Definition Classes
    TypedType
  23. def scalaType: ScalaBaseType[Boolean]

    Definition Classes
    DriverJdbcType → TypedType
  24. def select(sym: TermSymbol): Type

    Definition Classes
    Type
  25. def setNull(p: PreparedStatement, idx: Int): Unit

    Definition Classes
    DriverJdbcType → JdbcType
  26. final def setOption(v: Option[Boolean], p: PreparedStatement, idx: Int): Unit

    Definition Classes
    JdbcType
  27. def setValue(v: Boolean, p: PreparedStatement, idx: Int): Unit

    Definition Classes
    BooleanJdbcType → JdbcType
  28. def sqlType: Int

    Definition Classes
    BooleanJdbcType → JdbcType
  29. def sqlTypeName(sym: Option[FieldSymbol]): String

    Definition Classes
    BooleanJdbcType → DriverJdbcType → JdbcType
  30. def structural: Type

    Definition Classes
    Type
  31. def structuralRec: Type

    Definition Classes
    Type
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  33. def toString(): String

    Definition Classes
    JdbcType → AnyRef → Any
  34. def updateNull(r: ResultSet, idx: Int): Unit

    Definition Classes
    JdbcType
  35. def updateValue(v: Boolean, r: ResultSet, idx: Int): Unit

    Definition Classes
    BooleanJdbcType → JdbcType
  36. def valueToSQLLiteral(value: Boolean): String

    Definition Classes
    BooleanJdbcType → DriverJdbcType → JdbcType
  37. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def wasNull(r: ResultSet, idx: Int): Boolean

    Definition Classes
    DriverJdbcType → JdbcType

Inherited from JdbcTypes.BooleanJdbcType

Inherited from DB2Driver.DriverJdbcType[Boolean]

Inherited from JdbcType[Boolean]

Inherited from BaseTypedType[Boolean]

Inherited from AtomicType

Inherited from TypedType[Boolean]

Inherited from Type

Inherited from Dumpable

Inherited from AnyRef

Inherited from Any

Ungrouped