SQLTypeIO

ldbc.dsl.SQLTypeIO
case class SQLTypeIO[F[_]](sqlType: SQLType)(implicit evidence$1: Sync[F]) extends SQLType[F]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SQLType[F]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def getName(): F[String]

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
override def getVendor(): F[String]

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
override def getVendorTypeNumber(): F[Int]

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

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product