object SqlParser
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SqlParser
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- def alias[$](implicit arg0: P[$]): P[String]
- def allFields[$](implicit arg0: P[$]): P[SqlFieldsAll.type]
- def alterUser[$](implicit arg0: P[$]): P[AlterUser]
- def arrayExpr[$](implicit arg0: P[$]): P[SqlArray]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def between[$](implicit arg0: P[$]): P[(SqlExpr) => SqlExpr]
- def boolExpr[$](implicit arg0: P[$]): P[SqlExpr]
- def callOrField[$](implicit arg0: P[$]): P[SqlExpr]
- def caseExpr[$](implicit arg0: P[$]): P[Case]
- def castExpr[$](implicit arg0: P[$]): P[SqlExpr]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def columns[$](implicit arg0: P[$]): P[ShowColumns]
- def comparison[$](implicit arg0: P[$]): P[(SqlExpr) => SqlExpr]
- def condition[$](implicit arg0: P[$]): P[SqlExpr]
- def constExpr[$](implicit arg0: P[$]): P[Constant]
- def createUser[$](implicit arg0: P[$]): P[CreateUser]
- def dataType[$](implicit arg0: P[$]): P[String]
- def delete[$](implicit arg0: P[$]): P[DeleteQueryMetrics]
- def dropUser[$](implicit arg0: P[$]): P[DropUser]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def eqOp[$](implicit arg0: P[$]): P[(SqlExpr, SqlExpr) => Comparison]
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def equasion[$](implicit arg0: P[$]): P[SqlExpr]
- def expr[$](implicit arg0: P[$]): P[SqlExpr]
- def exprOrTuple[$](implicit arg0: P[$]): P[SqlExpr]
- def field[$](implicit arg0: P[$]): P[SqlField]
- def fieldList[$](implicit arg0: P[$]): P[SqlFieldList]
- def fieldNameExpr[$](implicit arg0: P[$]): P[FieldName]
- def fieldWithSchema[$](implicit arg0: P[$]): P[String]
- def functionCallExpr[$](implicit arg0: P[$]): P[FunctionCall]
- def functions[$](implicit arg0: P[$]): P[ShowFunctions]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def grouping[$](implicit arg0: P[$]): P[SqlExpr]
- def groupings[$](implicit arg0: P[$]): P[Seq[SqlExpr]]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def having[$](implicit arg0: P[$]): P[SqlExpr]
- def in[$](implicit arg0: P[$]): P[(SqlExpr) => SqlExpr]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isNotNull[$](implicit arg0: P[$]): P[(SqlExpr) => SqlExpr]
- def isNull[$](implicit arg0: P[$]): P[(SqlExpr) => SqlExpr]
- def kill[$](implicit arg0: P[$]): P[Statement]
- def limit[$](implicit arg0: P[$]): P[Int]
- def logicalFactor[$](implicit arg0: P[$]): P[SqlExpr]
- def logicalTerm[$](implicit arg0: P[$]): P[SqlExpr]
- def mathExpr[$](implicit arg0: P[$]): P[SqlExpr]
- def mathFactor[$](implicit arg0: P[$]): P[SqlExpr]
- def mathTerm[$](implicit arg0: P[$]): P[SqlExpr]
- def metricQueryIdFilter[$](implicit arg0: P[$]): P[MetricsFilter]
- def metricStateFilter[$](implicit arg0: P[$]): P[MetricsFilter]
- def minusMathTerm[$](implicit arg0: P[$]): P[SqlExpr]
- def name[$](implicit arg0: P[$]): P[String]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nestedSelectFrom[$](fields: SqlFields)(implicit arg0: P[$]): P[Select]
- def normalSelectFrom[$](fields: SqlFields)(implicit arg0: P[$]): P[Select]
- def notIn[$](implicit arg0: P[$]): P[(SqlExpr) => SqlExpr]
- def notKeyword[$](implicit arg0: P[$]): P[String]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def op[$](implicit arg0: P[$]): P[(SqlExpr, SqlExpr) => Comparison]
- def parse(sql: String): Either[String, Statement]
- def password[$](implicit arg0: P[$]): P[String]
- def queries[$](implicit arg0: P[$]): P[ShowQueryMetrics]
- def query[$](implicit arg0: P[$]): P[KillQuery]
- def queryMetricsFilter[$](implicit arg0: P[$]): P[MetricsFilter]
- def schemaName[$](implicit arg0: P[$]): P[String]
- def select[$](implicit arg0: P[$]): P[Select]
- def selectFields[$](implicit arg0: P[$]): P[SqlFields]
- def selectFrom[$](fields: SqlFields)(implicit arg0: P[$]): P[Select]
- def setExtras[$](au: AlterUser)(implicit arg0: P[$]): P[AlterUser]
- def setPassword[$](au: AlterUser)(implicit arg0: P[$]): P[AlterUser]
- def setRole[$](au: AlterUser)(implicit arg0: P[$]): P[AlterUser]
- def setValue[$](implicit arg0: P[$]): P[SetValue]
- def show[$](implicit arg0: P[$]): P[Statement]
- def statement[$](implicit arg0: P[$]): P[Statement]
- def substituteNested(expr: SqlExpr, nestedFields: Seq[SqlField]): SqlExpr
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tables[$](implicit arg0: P[$]): P[ShowTables.type]
- def toString(): String
- Definition Classes
- AnyRef → Any
- def updatesIntervals[$](implicit arg0: P[$]): P[ShowUpdatesIntervals]
- def upsert[$](implicit arg0: P[$]): P[Upsert]
- def upsertFields[$](implicit arg0: P[$]): P[Seq[String]]
- def username[$](implicit arg0: P[$]): P[String]
- def users[$](implicit arg0: P[$]): P[ShowUsers.type]
- def values[$](count: Int)(implicit arg0: P[$]): P[Seq[Seq[Value]]]
- def version[$](implicit arg0: P[$]): P[ShowVersion.type]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def where[$](implicit arg0: P[$]): P[SqlExpr]
- def withExtras[$](cu: CreateUser)(implicit arg0: P[$]): P[CreateUser]
- def withPassword[$](cu: CreateUser)(implicit arg0: P[$]): P[CreateUser]
- def withRole[$](cu: CreateUser)(implicit arg0: P[$]): P[CreateUser]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)