NullInt64
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.database.sql
- Platforms: .NET, .NET Standard 2.0, Island
constructor
constructor
NullInt64()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aInt64: int64; aValid: Boolean)
// Island
constructor(aInt64: int64; aValid: bool)
// .NET, .NET Standard 2.0
NullInt64(int64 aInt64, Boolean aValid)
// Island
NullInt64(int64 aInt64, bool aValid)
Parameters:
- aInt64:
- aValid:
constructor (NullInt64)
constructor(value: NullInt64)
NullInt64(NullInt64 value)
init(_ value: NullInt64)
Sub New(value As NullInt64)
Parameters:
- value:
Int64
Scan
func Scan(value interface{}) error
Parameters:
- value:
Valid
Value
Int64
Valid
constructor
constructor
NullInt64()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aInt64: int64; aValid: Boolean)
// Island
constructor(aInt64: int64; aValid: bool)
// .NET, .NET Standard 2.0
NullInt64(int64 aInt64, Boolean aValid)
// Island
NullInt64(int64 aInt64, bool aValid)
Parameters:
- aInt64:
- aValid:
constructor (NullInt64)
constructor(value: NullInt64)
NullInt64(NullInt64 value)
init(_ value: NullInt64)
Sub New(value As NullInt64)
Parameters:
- value:
Value