Property | Type | Description | |
---|---|---|---|
Dispose | void |
Method | Description | |
---|---|---|
Commit ( ) : void | ||
CreateLargeObject ( long size, bool compressed ) : ILargeObject | ||
CreateQuery ( ) : IQuery | ||
Dispose ( ) : void | ||
GetLargeObject ( ObjectId objId ) : ILargeObject | ||
Rollback ( ) : void | ||
SetTimeZone ( int hours, int minutes ) : void | ||
SystemSession ( ITransaction transaction ) : System | ||
SystemSession ( ITransaction transaction, string currentSchema ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
public CreateLargeObject ( long size, bool compressed ) : ILargeObject | ||
size | long | |
compressed | bool | |
return | ILargeObject |
public GetLargeObject ( ObjectId objId ) : ILargeObject | ||
objId | ObjectId | |
return | ILargeObject |
public SetTimeZone ( int hours, int minutes ) : void | ||
hours | int | |
minutes | int | |
return | void |
public SystemSession ( ITransaction transaction ) : System | ||
transaction | ITransaction | |
return | System |
public SystemSession ( ITransaction transaction, string currentSchema ) : System | ||
transaction | ITransaction | |
currentSchema | string | |
return | System |