package
seekwell
Type Members
-
case class
BytesCT(columnName: String) extends ColumnType[Array[Byte]] with Product with Serializable
-
trait
ColumnType[A] extends AnyRef
-
trait
Extractor extends AnyRef
-
-
-
-
-
-
-
-
case class
IntCT(columnName: String) extends ColumnType[Int] with Product with Serializable
-
case class
LongCT(columnName: String) extends ColumnType[Long] with Product with Serializable
-
class
RSIterator[A] extends Iterator[A]
-
-
case class
StreamCT(columnName: String) extends ColumnType[InputStream] with Product with Serializable
-
case class
StringCT(columnName: String) extends ColumnType[String] with Product with Serializable
-
case class
TimestampCT(columnName: String) extends ColumnType[Timestamp] with Product with Serializable
Value Members
-
def
bytes(columnName: String): BytesCT
-
def
int(columnName: String): IntCT
-
def
long(columnName: String): LongCT
-
implicit
def
richPreparedStatment(stmt: PreparedStatement): RichPreparedStatement
-
def
stream(columnName: String): StreamCT
-
def
string(columnName: String): StringCT
-
def
timestamp(columnName: String): TimestampCT
Inherited from AnyRef
Inherited from Any