프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AssertClosed | void | ||
AssertFetching | void | ||
BeginServerTransaction | int | ||
ChangeState | void | ||
CommitTransaction | void | ||
CreateLargeObject | ObjectId | ||
DeveelDbConnection | System | ||
DisposeObject | void | ||
DisposeResult | void | ||
EndState | void | ||
ExecuteQuery | IQueryResponse[] | ||
OpenLargeObjectChannel | ILargeObjectChannel | ||
RequestResultPart | |||
RollbackTransaction | void |
메소드 | 설명 | |
---|---|---|
BeginTransaction ( ) : |
||
BeginTransaction ( System.Data.IsolationLevel isolationLevel ) : |
||
ChangeDatabase ( string databaseName ) : void | ||
Close ( ) : void | ||
CreateCommand ( ) : |
||
DeveelDbConnection ( ) : System | ||
DeveelDbConnection ( |
||
DeveelDbConnection ( string connectionString ) : System | ||
EnlistTransaction ( Transaction transaction ) : void | ||
Open ( ) : void |
메소드 | 설명 | |
---|---|---|
BeginDbTransaction ( System.Data.IsolationLevel isolationLevel ) : |
||
CreateDbCommand ( ) : |
||
Dispose ( bool disposing ) : void |
메소드 | 설명 | |
---|---|---|
AssertClosed ( ) : void | ||
AssertFetching ( ) : void | ||
BeginServerTransaction ( System.Data.IsolationLevel isolationLevel ) : int | ||
ChangeState ( ConnectionState newState ) : void | ||
CommitTransaction ( int commitId ) : void | ||
CreateLargeObject ( long size ) : ObjectId | ||
DeveelDbConnection ( IClientConnector connector, |
||
DisposeObject ( ObjectId objectId ) : void | ||
DisposeResult ( int resultId ) : void | ||
EndState ( ) : void | ||
ExecuteQuery ( int commitId, Deveel.Data.Sql.SqlQuery query ) : IQueryResponse[] | ||
OpenLargeObjectChannel ( ObjectId objId ) : ILargeObjectChannel | ||
RequestResultPart ( int resultId, int rowIndex, int rowCount ) : |
||
RollbackTransaction ( int commitId ) : void |
protected BeginDbTransaction ( System.Data.IsolationLevel isolationLevel ) : |
||
isolationLevel | System.Data.IsolationLevel | |
리턴 |
public BeginTransaction ( System.Data.IsolationLevel isolationLevel ) : |
||
isolationLevel | System.Data.IsolationLevel | |
리턴 |
public ChangeDatabase ( string databaseName ) : void | ||
databaseName | string | |
리턴 | void |
public DeveelDbConnection ( |
||
connectionString | ||
리턴 | System |
public DeveelDbConnection ( string connectionString ) : System | ||
connectionString | string | |
리턴 | System |
public EnlistTransaction ( Transaction transaction ) : void | ||
transaction | Transaction | |
리턴 | void |