object PrimaryKey extends KeyConstraintValue with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, KeyConstraintValue, Ddl, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PrimaryKey
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. KeyConstraintValue
  7. Ddl
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def toDdl: String

    Output actual DDL as string

    Output actual DDL as string

    returns

    valid DDL

    Definition Classes
    PrimaryKeyDdl
  2. val warnings: List[String]

    Aggregates all warnings from child elements

    Aggregates all warnings from child elements

    Definition Classes
    Ddl
  3. def withTabs(spaces: Int, str: String): String

    Append specified amount of spaces to the string to produce formatted DDL

    Append specified amount of spaces to the string to produce formatted DDL

    spaces

    amount of spaces

    str

    string itself

    returns

    string with spaces

    Definition Classes
    Ddl