freeslick.MSSQLServerProfile.JdbcTypes

ByteJdbcType

Related Doc: package JdbcTypes

class ByteJdbcType extends JdbcTypes.ByteJdbcType

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

Instance Constructors

  1. new ByteJdbcType()

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: Seq[Type]

    Definition Classes
    AtomicType → Type
  6. implicit val classTag: ClassTag[Byte]

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  12. def getDumpInfo: DumpInfo

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

    Definition Classes
    ByteJdbcType → ByteJdbcType → JdbcType
  14. def hasLiteralForm: Boolean

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

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

    Definition Classes
    Any
  17. final def mapChildren(f: (Type) ⇒ Type): ByteJdbcType.this.type

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

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

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

    Definition Classes
    AnyRef
  21. def optionType: OptionTypedType[Byte]

    Definition Classes
    TypedType
  22. def scalaType: ScalaBaseType[Byte]

    Definition Classes
    DriverJdbcType → TypedType
  23. def select(sym: Symbol): Type

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

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

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

    Definition Classes
    ByteJdbcType → JdbcType
  27. def sqlType: Int

    Definition Classes
    ByteJdbcType → JdbcType
  28. def sqlTypeName(size: Option[Length]): String

    Definition Classes
    ByteJdbcType → DriverJdbcType → JdbcType
  29. def structural: Type

    Definition Classes
    Type
  30. def structuralRec: Type

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

    Definition Classes
    AnyRef
  32. def toString(): String

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

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

    Definition Classes
    ByteJdbcType → JdbcType
  35. def valueToSQLLiteral(value: Byte): String

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

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

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

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

    Definition Classes
    DriverJdbcType → JdbcType

Inherited from JdbcTypes.ByteJdbcType

Inherited from NumericTypedType

Inherited from MSSQLServerProfile.DriverJdbcType[Byte]

Inherited from JdbcType[Byte]

Inherited from BaseTypedType[Byte]

Inherited from AtomicType

Inherited from TypedType[Byte]

Inherited from Type

Inherited from Dumpable

Inherited from AnyRef

Inherited from Any

Ungrouped