GetValue

trait GetValue[T] extends GetValueByIndex[T] with GetValueByLabel[T]

Gets value from ResultSet.

See also
class Object
trait Matchable
class Any

Value members

Inherited methods

def apply(rs: ResultSet, label: String): T

Gets value by label from ResultSet.

Gets value by label from ResultSet.

Inherited from
GetValueByLabel
def apply(rs: ResultSet, index: Int): T

Gets value by index from ResultSet.

Gets value by index from ResultSet.

Inherited from
GetValueByIndex