GetValue

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

Gets value from ResultSet.

See also:

ResultSetMethods

class Object
trait Matchable
class Any
object GetBigDecimal.type
object GetBoolean.type
object GetByte.type
object GetDate.type
object GetDouble.type
object GetFloat.type
object GetInstant.type
object GetInt.type
object GetLocalDate.type
object GetLocalDateTime.type
object GetLocalTime.type
object GetLong.type
object GetShort.type
object GetString.type
object GetTime.type
object GetTimestamp.type

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