GetValueByLabel

little.sql.GetValueByLabel
trait GetValueByLabel[T]

Gets value by label from ResultSet.

Attributes

See also

GetValueByIndex, ResultSetMethods

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

Members list

Value members

Abstract methods

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

Gets value by label from ResultSet.

Gets value by label from ResultSet.

Attributes