object
SqlParser
extends AnyRef
Type Members
-
type
ResultSet
= Stream[Row]
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
bool
(columnName: String): RowParser[Boolean]
-
def
clone
(): AnyRef
-
def
contains
[TT, T <: TT]
(columnName: String, t: T)(implicit arg0: Column[TT]): RowParser[Unit]
-
def
date
(columnName: String): RowParser[Date]
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
flatten
[T1, T2, R]
(implicit f: TupleFlattener[(~[T1, T2]) ⇒ R]): (~[T1, T2]) ⇒ R
-
def
get
[T]
(columnName: String)(implicit extractor: Column[T]): RowParser[T]
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
int
(columnName: String): RowParser[Int]
-
def
isInstanceOf
[T0]
: Boolean
-
def
long
(columnName: String): RowParser[Long]
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
scalar
[T]
(implicit transformer: Column[T]): RowParser[T]
-
def
str
(columnName: String): RowParser[String]
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any