Global
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.database.sql
- Platforms: .NET, .NET Standard 2.0, Island
Drivers
ErrConnDone
class var ErrConnDone: error;
static error ErrConnDone
static var ErrConnDone: error
ErrConnDone error
Shared FIELD ErrConnDone() As error
ErrNoRows
class var ErrNoRows: error;
static error ErrNoRows
static var ErrNoRows: error
ErrNoRows error
Shared FIELD ErrNoRows() As error
ErrTxDone
class var ErrTxDone: error;
static error ErrTxDone
static var ErrTxDone: error
ErrTxDone error
Shared FIELD ErrTxDone() As error
LevelDefault
const LevelDefault: IsolationLevel = 0;
const IsolationLevel LevelDefault = 0
static let LevelDefault: IsolationLevel = 0
const LevelDefault IsolationLevel = 0
Dim LevelDefault As IsolationLevel = 0
LevelLinearizable
const LevelLinearizable: IsolationLevel = 7;
const IsolationLevel LevelLinearizable = 7
static let LevelLinearizable: IsolationLevel = 7
const LevelLinearizable IsolationLevel = 7
Dim LevelLinearizable As IsolationLevel = 7
LevelReadCommitted
const LevelReadCommitted: IsolationLevel = 2;
const IsolationLevel LevelReadCommitted = 2
static let LevelReadCommitted: IsolationLevel = 2
const LevelReadCommitted IsolationLevel = 2
Dim LevelReadCommitted As IsolationLevel = 2
LevelReadUncommitted
const LevelReadUncommitted: IsolationLevel = 1;
const IsolationLevel LevelReadUncommitted = 1
static let LevelReadUncommitted: IsolationLevel = 1
const LevelReadUncommitted IsolationLevel = 1
Dim LevelReadUncommitted As IsolationLevel = 1
LevelRepeatableRead
const LevelRepeatableRead: IsolationLevel = 4;
const IsolationLevel LevelRepeatableRead = 4
static let LevelRepeatableRead: IsolationLevel = 4
const LevelRepeatableRead IsolationLevel = 4
Dim LevelRepeatableRead As IsolationLevel = 4
LevelSerializable
const LevelSerializable: IsolationLevel = 6;
const IsolationLevel LevelSerializable = 6
static let LevelSerializable: IsolationLevel = 6
const LevelSerializable IsolationLevel = 6
Dim LevelSerializable As IsolationLevel = 6
LevelSnapshot
const LevelSnapshot: IsolationLevel = 5;
const IsolationLevel LevelSnapshot = 5
static let LevelSnapshot: IsolationLevel = 5
const LevelSnapshot IsolationLevel = 5
Dim LevelSnapshot As IsolationLevel = 5
LevelWriteCommitted
const LevelWriteCommitted: IsolationLevel = 3;
const IsolationLevel LevelWriteCommitted = 3
static let LevelWriteCommitted: IsolationLevel = 3
const LevelWriteCommitted IsolationLevel = 3
Dim LevelWriteCommitted As IsolationLevel = 3
Named
func Named(name string, value interface{}) NamedArg
Parameters:
- name:
- value:
Open
// .NET, .NET Standard 2.0
class method Open(driverName: string; dataSourceName: string): tuple of (Memory<DB>, error)
// Island
class method Open(driverName: string; dataSourceName: string): tuple of (Memory<DB>, error)
// .NET, .NET Standard 2.0
static (Memory<DB>, error) Open(string driverName, string dataSourceName)
// Island
static (Memory<DB>, error) Open(string driverName, string dataSourceName)
// .NET, .NET Standard 2.0
static func Open(_ driverName: string, _ dataSourceName: string) -> (Memory<DB>, error)
// Island
static func Open(_ driverName: string, _ dataSourceName: string) -> (Memory<DB>, error)
Parameters:
- driverName:
- dataSourceName:
OpenDB
// .NET, .NET Standard 2.0
class method OpenDB(c: Connector): Memory<DB>
// Island
class method OpenDB(c: Connector): Memory<DB>
// .NET, .NET Standard 2.0
static Memory<DB> OpenDB(Connector c)
// Island
static Memory<DB> OpenDB(Connector c)
// .NET, .NET Standard 2.0
static func OpenDB(_ c: Connector) -> Memory<DB>
// Island
static func OpenDB(_ c: Connector) -> Memory<DB>
Parameters:
- c:
Register
Parameters:
- name:
- driver:
LevelDefault
const LevelDefault: IsolationLevel = 0;
const IsolationLevel LevelDefault = 0
static let LevelDefault: IsolationLevel = 0
const LevelDefault IsolationLevel = 0
Dim LevelDefault As IsolationLevel = 0
LevelLinearizable
const LevelLinearizable: IsolationLevel = 7;
const IsolationLevel LevelLinearizable = 7
static let LevelLinearizable: IsolationLevel = 7
const LevelLinearizable IsolationLevel = 7
Dim LevelLinearizable As IsolationLevel = 7
LevelReadCommitted
const LevelReadCommitted: IsolationLevel = 2;
const IsolationLevel LevelReadCommitted = 2
static let LevelReadCommitted: IsolationLevel = 2
const LevelReadCommitted IsolationLevel = 2
Dim LevelReadCommitted As IsolationLevel = 2
LevelReadUncommitted
const LevelReadUncommitted: IsolationLevel = 1;
const IsolationLevel LevelReadUncommitted = 1
static let LevelReadUncommitted: IsolationLevel = 1
const LevelReadUncommitted IsolationLevel = 1
Dim LevelReadUncommitted As IsolationLevel = 1
LevelRepeatableRead
const LevelRepeatableRead: IsolationLevel = 4;
const IsolationLevel LevelRepeatableRead = 4
static let LevelRepeatableRead: IsolationLevel = 4
const LevelRepeatableRead IsolationLevel = 4
Dim LevelRepeatableRead As IsolationLevel = 4
LevelSerializable
const LevelSerializable: IsolationLevel = 6;
const IsolationLevel LevelSerializable = 6
static let LevelSerializable: IsolationLevel = 6
const LevelSerializable IsolationLevel = 6
Dim LevelSerializable As IsolationLevel = 6
LevelSnapshot
const LevelSnapshot: IsolationLevel = 5;
const IsolationLevel LevelSnapshot = 5
static let LevelSnapshot: IsolationLevel = 5
const LevelSnapshot IsolationLevel = 5
Dim LevelSnapshot As IsolationLevel = 5
LevelWriteCommitted
const LevelWriteCommitted: IsolationLevel = 3;
const IsolationLevel LevelWriteCommitted = 3
static let LevelWriteCommitted: IsolationLevel = 3
const LevelWriteCommitted IsolationLevel = 3
Dim LevelWriteCommitted As IsolationLevel = 3
ErrConnDone
class var ErrConnDone: error;
static error ErrConnDone
static var ErrConnDone: error
ErrConnDone error
Shared FIELD ErrConnDone() As error
ErrNoRows
class var ErrNoRows: error;
static error ErrNoRows
static var ErrNoRows: error
ErrNoRows error
Shared FIELD ErrNoRows() As error
ErrTxDone
Drivers
Named
func Named(name string, value interface{}) NamedArg
Parameters:
- name:
- value:
Open
// .NET, .NET Standard 2.0
class method Open(driverName: string; dataSourceName: string): tuple of (Memory<DB>, error)
// Island
class method Open(driverName: string; dataSourceName: string): tuple of (Memory<DB>, error)
// .NET, .NET Standard 2.0
static (Memory<DB>, error) Open(string driverName, string dataSourceName)
// Island
static (Memory<DB>, error) Open(string driverName, string dataSourceName)
// .NET, .NET Standard 2.0
static func Open(_ driverName: string, _ dataSourceName: string) -> (Memory<DB>, error)
// Island
static func Open(_ driverName: string, _ dataSourceName: string) -> (Memory<DB>, error)
Parameters:
- driverName:
- dataSourceName:
OpenDB
// .NET, .NET Standard 2.0
class method OpenDB(c: Connector): Memory<DB>
// Island
class method OpenDB(c: Connector): Memory<DB>
// .NET, .NET Standard 2.0
static Memory<DB> OpenDB(Connector c)
// Island
static Memory<DB> OpenDB(Connector c)
// .NET, .NET Standard 2.0
static func OpenDB(_ c: Connector) -> Memory<DB>
// Island
static func OpenDB(_ c: Connector) -> Memory<DB>
Parameters:
- c:
Register
Parameters:
- name:
- driver: