Packages

case class TableCode(info: TableInfo, dbPackagePath: String, columns: Seq[ColumnCode], datasetName: String, joins: Seq[TableInfo]) extends CodeHelper with Product with Serializable

Source
TableCode.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TableCode
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. CodeHelper
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TableCode(info: TableInfo, dbPackagePath: String, columns: Seq[ColumnCode], datasetName: String, joins: Seq[TableInfo])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def camelCase(s: String): String
    Definition Classes
    CodeHelper
  6. def caseClassRepl: Map[String, String]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def collectionsData: String
  9. def columnNameDB(c: Column): String
    Definition Classes
    CodeHelper
  10. val columns: Seq[ColumnCode]
  11. val datasetName: String
  12. def dbColumns(withID: Boolean): Seq[String]
  13. def dbCountQueryMatches: String
  14. def dbGetQueryMatches: String
  15. def dbJoinSQL: String
  16. val dbPackagePath: String
  17. def dbTableObject: String
  18. def defaultColumns: String
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. val info: TableInfo
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. val joins: Seq[TableInfo]
  25. def jsonObjectProperties: String
  26. def jsonSupportImport: String
  27. def jsonSupportMap: String
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def plainQueryRepl: Map[String, String]
  32. def quoted(s: String): String
    Definition Classes
    CodeHelper
  33. val quotes: String
    Definition Classes
    CodeHelper
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def tableClassImport: String
  36. def tableClassRepl: Map[String, String]
  37. def toString(): String
    Definition Classes
    TableCode → AnyRef → Any
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  41. def zooDbImport: String
  42. def zooSchemaCreate: String

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from CodeHelper

Inherited from AnyRef

Inherited from Any

Ungrouped