object Command
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Command
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final case class Append(path: XFile, value: slamdata.Predef.String) extends Command with Product with Serializable
- final case class Cd(dir: XDir) extends Command with Product with Serializable
- final case class Compile(query: Query) extends Command with Product with Serializable
- final case class Debug(level: DebugLevel) extends Command with Product with Serializable
- final case class Delete(path: XFile) extends Command with Product with Serializable
- final case class Explain(query: Query) extends Command with Product with Serializable
- final case class Format(format: OutputFormat) extends Command with Product with Serializable
- final case class Ls(dir: slamdata.Predef.Option[XDir]) extends Command with Product with Serializable
- final case class Save(path: XFile, value: slamdata.Predef.String) extends Command with Product with Serializable
- final case class Schema(query: Query) extends Command with Product with Serializable
- final case class Select(name: slamdata.Predef.Option[slamdata.Predef.String], query: Query) extends Command with Product with Serializable
- final case class SetPhaseFormat(format: PhaseFormat) extends Command with Product with Serializable
- final case class SetTimingFormat(format: TimingFormat) extends Command with Product with Serializable
- final case class SetVar(name: slamdata.Predef.String, value: slamdata.Predef.String) extends Command with Product with Serializable
- final case class SummaryCount(rows: slamdata.Predef.Int) extends Command with Product with Serializable
- final case class UnsetVar(name: slamdata.Predef.String) extends Command with Product with Serializable
- type XDir = \/[RelDir[Unsandboxed], ADir]
- type XFile = \/[RelFile[Unsandboxed], AFile]
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parse(input: slamdata.Predef.String): Command
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- object Exit extends Command with Product with Serializable
- object Help extends Command with Product with Serializable
- object ListVars extends Command with Product with Serializable
- object XDir
- object XFile