GetValueByIndex

trait GetValueByIndex[T]

Gets value by index from ResultSet.

See also
class Object
trait Matchable
class Any
trait GetValue[T]

Value members

Abstract methods

def apply(rs: ResultSet, index: Int): T

Gets value by index from ResultSet.

Gets value by index from ResultSet.