object RedshiftBigInt extends DataType with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RedshiftBigInt
- Serializable
- Serializable
- Product
- Equals
- DataType
- Ddl
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
toDdl: String
Output actual DDL as string
-
val
warnings: List[String]
Aggregates all warnings from child elements
Aggregates all warnings from child elements
- Definition Classes
- Ddl
-
def
withTabs(spaces: Int, str: String): String
Append specified amount of
to the string to produce formatted DDLspaces
Append specified amount of
to the string to produce formatted DDLspaces
- spaces
amount of spaces
- str
string itself
- returns
string with spaces
- Definition Classes
- Ddl