GetValue

little.sql.GetValue
trait GetValue[T] extends GetValueByIndex[T], GetValueByLabel[T]

Gets value from ResultSet.

Attributes

See also

ResultSetMethods

Graph
Supertypes
trait GetValueByLabel[T]
trait GetValueByIndex[T]
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

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

Gets value by label from ResultSet.

Gets value by label from ResultSet.

Attributes

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

Gets value by index from ResultSet.

Gets value by index from ResultSet.

Attributes

Inherited from:
GetValueByIndex