SQLTypeIO
ldbc.dsl.SQLTypeIO
case class SQLTypeIO[F[_]](sqlType: SQLType)(implicit evidence$1: Sync[F]) extends SQLType[F]
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait SQLType[F]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Returns the SQLType name that represents a SQL data type.
Returns the SQLType name that represents a SQL data type.
Attributes
- Returns
-
The name of this SQLType.
- Definition Classes
-
SQLType
Returns the name of the vendor that supports this data type. The value returned typically is the package name for this vendor.
Returns the name of the vendor that supports this data type. The value returned typically is the package name for this vendor.
Attributes
- Returns
-
The name of the vendor for this data type
- Definition Classes
-
SQLType
Returns the vendor specific type number for the data type.
Returns the vendor specific type number for the data type.
Attributes
- Returns
-
An Integer representing the vendor specific data type
- Definition Classes
-
SQLType
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article