GetLong

object GetLong extends GetValue[Long]

Gets Long from ResultSet.

trait GetValue[Long]
trait GetValueByLabel[Long]
trait GetValueByIndex[Long]
class Object
trait Matchable
class Any
GetLong.type

Value members

Concrete methods

def apply(rs: ResultSet, index: Int): Long
def apply(rs: ResultSet, label: String): Long