SimpleQuery

cc.otavia.sql.statement.SimpleQuery
See theSimpleQuery companion object
sealed trait SimpleQuery[T <: Reply] extends Ask[T]

Attributes

Companion
object
Graph
Supertypes
trait Ask[T]
trait Call
trait Message
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Abstract methods

def sql: String

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any