GenericType

wvlet.airframe.sql.catalog.DataType$.GenericType
case class GenericType(typeName: String, typeParams: Seq[DataType]) extends DataType

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class DataType
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def bind(typeArgMap: Map[String, DataType]): DataType

Attributes

Definition Classes
override def isBound: Boolean

Attributes

Definition Classes

Inherited methods

def baseTypeName: String

Attributes

Inherited from:
DataType
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
DataType -> Any
Inherited from:
DataType
def typeDescription: String

Attributes

Inherited from:
DataType