com.atomizesoftware.spin.data.dao.PositionedResultExtensions

PositionedResultGetObject

implicit class PositionedResultGetObject extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PositionedResultGetObject
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PositionedResultGetObject(r: PositionedResult)

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 clone(): AnyRef

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def get[T](tableName: String, columnName: String): T

    Retrieves object from ResultSet for the provided table and column

    Retrieves object from ResultSet for the provided table and column

    This method is a simple wrapper for getObject called for the alias tableNamecolumnPositioncolumnName given that the columnPosition is the position of the column in the positioned result.

    tableName

    the name of the table in the database

    columnName

    the name of the column in the table

  10. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  11. def getObject[T](label: String): T

    Retrieves strongly typed object from the ResultSet

    Retrieves strongly typed object from the ResultSet

    It calls getUntypedObject and casts the result to T

    label

    the alias or column name in the query

  12. def getObjectOption[T](label: String): Option[T]

    Retrieves optional strongly type object from the ResultSet

    Retrieves optional strongly type object from the ResultSet

    It calls getUntypedObject and checks for null

    label

    the alias or column name in the query

  13. def getOption[T](tableName: String, columnName: String): Option[T]

    Retrieves optional object from ResultSet for the provided tableName and columnName

    Retrieves optional object from ResultSet for the provided tableName and columnName

    Simple wrapper for getObjectOption called for the alias tableNamecolumnPositioncolumnName given that the columnPosition is the position of the column in the positioned result.

    tableName

    the name of the table in the ResultSet

    columnName

    the name of the column in the ResultSet

  14. def getUntypedObject(label: String): Any

    Retrieves untyped object from ResultSet

    Retrieves untyped object from ResultSet

    Simple wrapper over ResultSet native getObject method that returns object. It reads the object with the given label from the ResultSet and skips a position in the PositionedResult.

    label

    the alias or column name in the query

  15. def hashCode(): Int

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

    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  20. val r: PositionedResult

  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  22. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped