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
- Alphabetic
- By Inheritance
Inherited
- TableCode
- Serializable
- Serializable
- Product
- Equals
- CodeHelper
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
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
camelCase(s: String): String
- Definition Classes
- CodeHelper
- def caseClassRepl: Map[String, String]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def collectionsData: String
-
def
columnNameDB(c: Column): String
- Definition Classes
- CodeHelper
- val columns: Seq[ColumnCode]
- val datasetName: String
- def dbColumns(withID: Boolean): Seq[String]
- def dbCountQueryMatches: String
- def dbGetQueryMatches: String
- def dbJoinSQL: String
- val dbPackagePath: String
- def dbTableObject: String
- def defaultColumns: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val info: TableInfo
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val joins: Seq[TableInfo]
- def jsonObjectProperties: String
- def jsonSupportImport: String
- def jsonSupportMap: String
-
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 plainQueryRepl: Map[String, String]
-
def
quoted(s: String): String
- Definition Classes
- CodeHelper
-
val
quotes: String
- Definition Classes
- CodeHelper
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def tableClassImport: String
- def tableClassRepl: Map[String, String]
-
def
toString(): String
- Definition Classes
- TableCode → 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
- @throws( ... ) @native()
- def zooDbImport: String
- def zooSchemaCreate: String