GetValueByIndex

little.sql.GetValueByIndex
trait GetValueByIndex[T]

Gets value by index from ResultSet.

Attributes

See also

GetValueByLabel, ResultSetMethods

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait GetValue[T]

Members list

Value members

Abstract methods

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

Gets value by index from ResultSet.

Gets value by index from ResultSet.

Attributes