ColumnType

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.database.sql
  • Platforms: .NET, .NET Standard 2.0, Island

Instance Methods


constructor

 

constructor

 

ColumnType()

 

init()

 

Sub New()

 

// .NET, .NET Standard 2.0
constructor(aname: string; ahasNullable: Boolean; ahasLength: Boolean; ahasPrecisionScale: Boolean; anullable: Boolean; alength: int64; adatabaseType: string; aprecision: int64; ascale: int64; ascanType: Type)
// Island
constructor(aname: string; ahasNullable: bool; ahasLength: bool; ahasPrecisionScale: bool; anullable: bool; alength: int64; adatabaseType: string; aprecision: int64; ascale: int64; ascanType: Type)

 

// .NET, .NET Standard 2.0
ColumnType(string aname, Boolean ahasNullable, Boolean ahasLength, Boolean ahasPrecisionScale, Boolean anullable, int64 alength, string adatabaseType, int64 aprecision, int64 ascale, Type ascanType)
// Island
ColumnType(string aname, bool ahasNullable, bool ahasLength, bool ahasPrecisionScale, bool anullable, int64 alength, string adatabaseType, int64 aprecision, int64 ascale, Type ascanType)

 

// .NET, .NET Standard 2.0
init(_ aname: string, _ ahasNullable: Boolean, _ ahasLength: Boolean, _ ahasPrecisionScale: Boolean, _ anullable: Boolean, _ alength: int64, _ adatabaseType: string, _ aprecision: int64, _ ascale: int64, _ ascanType: Type)
// Island
init(_ aname: string, _ ahasNullable: bool, _ ahasLength: bool, _ ahasPrecisionScale: bool, _ anullable: bool, _ alength: int64, _ adatabaseType: string, _ aprecision: int64, _ ascale: int64, _ ascanType: Type)

 

// .NET, .NET Standard 2.0
Sub New(aname As string, ahasNullable As Boolean, ahasLength As Boolean, ahasPrecisionScale As Boolean, anullable As Boolean, alength As int64, adatabaseType As string, aprecision As int64, ascale As int64, ascanType As Type)
// Island
Sub New(aname As string, ahasNullable As bool, ahasLength As bool, ahasPrecisionScale As bool, anullable As bool, alength As int64, adatabaseType As string, aprecision As int64, ascale As int64, ascanType As Type)

Parameters:

  • aname:
  • ahasNullable:
  • ahasLength:
  • ahasPrecisionScale:
  • anullable:
  • alength:
  • adatabaseType:
  • aprecision:
  • ascale:
  • ascanType:

constructor (ColumnType)

 

constructor(value: ColumnType)

 

ColumnType(ColumnType value)

 

init(_ value: ColumnType)

 

Sub New(value As ColumnType)

Parameters:

  • value: