org.tresql

RowLike

trait RowLike extends Dynamic

Linear Supertypes
Dynamic, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. RowLike
  2. Dynamic
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Abstract Value Members

  1. def apply (name: String): Any

    Attributes
    abstract
  2. def apply (idx: Int): Any

    Attributes
    abstract
  3. def column (idx: Int): Column

    Attributes
    abstract
  4. def columnCount : Int

    Attributes
    abstract
  5. def content : Seq[Any]

    Attributes
    abstract
  6. def typed [T] (name: String)(implicit m: Manifest[T]): T

    Attributes
    abstract
  7. def typed [T] (idx: Int)(implicit m: Manifest[T]): T

    Attributes
    abstract

Concrete Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

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

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def applyDynamic (name: String)(args: Any*): Any

  7. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  8. def bd : DynamicBigDecimal

  9. def bigdecimal : DynamicBigDecimal

  10. def bigdecimal (name: String): BigDecimal

  11. def bigdecimal (idx: Int): BigDecimal

  12. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. def d : DynamicDate

  14. def date : DynamicDate

  15. def date (name: String): Date

  16. def date (idx: Int): Date

  17. def dbl : DynamicDouble

  18. def double : DynamicDouble

  19. def double (name: String): Double

  20. def double (idx: Int): Double

  21. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  22. def equals (arg0: Any): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  25. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  26. def i : DynamicInt

  27. def int : DynamicInt

  28. def int (name: String): Int

  29. def int (idx: Int): Int

  30. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  31. def l : DynamicLong

  32. def long : DynamicLong

  33. def long (name: String): Long

  34. def long (idx: Int): Long

  35. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  36. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  37. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  38. def s : DynamicString

  39. def selectDynamic (name: String): Any

  40. def string : DynamicString

  41. def string (name: String): String

  42. def string (idx: Int): String

  43. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  44. def t : DynamicTimestamp

  45. def timestamp : DynamicTimestamp

  46. def timestamp (name: String): Timestamp

  47. def timestamp (idx: Int): Timestamp

  48. def toString (): String

    Definition Classes
    AnyRef → Any
  49. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Dynamic

Inherited from AnyRef

Inherited from Any