com.esyfur.rql.ast.schema.Row.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rql Show documentation
Show all versions of rql Show documentation
Scala driver for RethinkDB.
package com.esyfur.rql
import com.rethinkdb.{Ql2 => p}
/*
class Row extends Term {
protected val termType = p.Term.QueryType.
}
*/