case class ViewDDL(table: (BaseViewComponent.this)#BaseView[_, _]) extends slick.jdbc.JdbcProfile.DDL with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ViewDDL
- Serializable
- Product
- Equals
- DDL
- SchemaDescriptionDef
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ViewDDL(table: (BaseViewComponent.this)#BaseView[_, _])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def ++(other: slick.jdbc.JdbcProfile.DDL): slick.jdbc.JdbcProfile.DDL
- Definition Classes
- DDL → SchemaDescriptionDef
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def createIfNotExistsPhase: Iterable[String]
- Attributes
- protected
- Definition Classes
- ViewDDL → DDL
- def createIfNotExistsStatements: Iterator[String]
- Definition Classes
- DDL
- def createPhase1: Iterable[String]
- Attributes
- protected
- Definition Classes
- ViewDDL → DDL
- def createPhase2: Iterable[String]
- Attributes
- protected
- Definition Classes
- ViewDDL → DDL
- def createStatements: Iterator[String]
- Definition Classes
- DDL
- def dropIfExistsPhase: Iterable[String]
- Attributes
- protected
- Definition Classes
- ViewDDL → DDL
- def dropIfExistsStatements: Iterator[String]
- Definition Classes
- DDL
- def dropPhase1: Iterable[String]
- Attributes
- protected
- Definition Classes
- ViewDDL → DDL
- def dropPhase2: Iterable[String]
- Attributes
- protected
- Definition Classes
- ViewDDL → DDL
- def dropStatements: Iterator[String]
- Definition Classes
- DDL
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(o: Any): Boolean
- Definition Classes
- DDL → AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- DDL → AnyRef → Any
- 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 productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val table: (BaseViewComponent.this)#BaseView[_, _]
- def truncatePhase: Iterable[String]
- Attributes
- protected
- Definition Classes
- ViewDDL → DDL
- def truncateStatements: Iterator[String]
- Definition Classes
- DDL
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()