GetString

object GetString extends GetValue[String]

Gets String from ResultSet.

trait GetValue[String]
trait GetValueByLabel[String]
trait GetValueByIndex[String]
class Object
trait Matchable
class Any

Value members

Concrete methods

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