StringType
SQL DataType to represent a string data type trait.
Type parameters
- T
-
Scala types that match SQL DataType
Attributes
- Source
- DataType.scala
- Graph
-
- Supertypes
Members list
Value members
Inherited methods
Methods for overriding the DataType type with the Option type.
Methods for overriding the DataType type with the Option type.
Attributes
- Inherited from:
- DataType
- Source
- DataType.scala
Inherited and Abstract methods
Default value to set for DataType.
Default value to set for DataType.
Attributes
- Returns
-
DataType default value
- Inherited from:
- DataType
- Source
- DataType.scala
Value indicating whether DataType is null-allowed or not.
Value indicating whether DataType is null-allowed or not.
Attributes
- Returns
-
true if NULL is allowed, false if NULL is not allowed
- Inherited from:
- DataType
- Source
- DataType.scala
Define SQL query string for each DataType
Define SQL query string for each DataType
Attributes
- Returns
-
SQL query string
- Inherited from:
- DataType
- Source
- DataType.scala
Value of JdbcType Enum that matches DataType.
Value of JdbcType Enum that matches DataType.
Attributes
- Returns
-
SQL Type Code
- Inherited from:
- DataType
- Source
- DataType.scala
Define a TYPE_NAME string for each DataType.
Define a TYPE_NAME string for each DataType.
Attributes
- Returns
-
SQL TYPE_NAME
- Inherited from:
- DataType
- Source
- DataType.scala