case class AlterType(columnName: String, dataType: DataType) extends AlterTableStatement with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AlterType
- Serializable
- Serializable
- Product
- Equals
- AlterTableStatement
- Ddl
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val columnName: String
- val dataType: DataType
-
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