ColumnDescriptor

cc.otavia.sql.ColumnDescriptor

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def isArray: Boolean

whether the column is an array

whether the column is an array

Attributes

def jdbcType: JDBCType

the most appropriate JDBCType

the most appropriate JDBCType

Attributes

def name: String

the column name

the column name

Attributes

def typeName: String

vendor-specific name of the column type, or Null if unknown

vendor-specific name of the column type, or Null if unknown

Attributes