given_SqlRead_JValue

ba.sake.squery.postgres.jawn.reads$package.given_SqlRead_JValue
object given_SqlRead_JValue extends SqlRead[JValue]

Attributes

Graph
Supertypes
trait SqlRead[JValue]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def readByIdx(jRes: ResultSet, colIdx: Int): Option[JValue]
def readByName(jRes: ResultSet, colName: String): Option[JValue]