Method | Description | |
---|---|---|
CreateObjectChannel ( ObjectId objectId ) : ILargeObjectChannel | ||
CreateTriggerChannel ( string triggerName, string objectName, TriggerEventType eventType ) : ITriggerChannel | ||
Dispose ( ) : void | ||
MakeEndPoint ( object>.IDictionary |
Method | Description | |
---|---|---|
Authenticate ( string defaultSchema, string username, string password ) : bool | ||
BeginTransaction ( ) : int | ||
ChangeState ( ConnectorState newState ) : void | ||
CloseConnector ( ) : void | ||
CommitTransaction ( int commitId ) : void | ||
CoreExecuteQuery ( IQuery context, string text, IEnumerable |
||
CreateEnvelope ( object>.IDictionary |
||
Dispose ( bool disposing ) : void | ||
ExecuteQuery ( IQuery context, Deveel.Data.Sql.SqlQuery query ) : IQueryResponse[] | ||
ExecuteQuery ( long commitId, Deveel.Data.Sql.SqlQuery query ) : IQueryResponse[] | ||
GetEncryptionData ( ) : |
||
GetMessage ( IMessageEnvelope envelope ) : IMessage | ||
GetResult ( int resultId ) : |
||
GetResultPart ( int resultId, int startRow, int countRows ) : |
||
OnAuthenticated ( string userName ) : bool | ||
OnCloseConnector ( ) : void | ||
OnConnectorOpen ( ) : void | ||
OpenConnector ( |
||
RollbackTransaction ( int commitId ) : void | ||
ServerConnector ( IDatabaseHandler databaseHandler ) : System | ||
SetAutoCommit ( bool value ) : void | ||
SetIgnoreIdentifiersCase ( bool value ) : void | ||
SetParameterStyle ( QueryParameterStyle parameterStyle ) : void |
Method | Description | |
---|---|---|
AddResult ( |
||
AssertAuthenticated ( ) : void | ||
AssertNotDisposed ( ) : void | ||
ClearObjectCache ( ) : void | ||
ClearResults ( ) : void | ||
CreateLargeObject ( long objectLength ) : ObjectId | ||
CreateQueryContext ( ) : IQuery | ||
DisposeChannel ( ObjectId objId ) : void | ||
DisposeResult ( int resultId ) : void | ||
GetLargeObject ( ObjectId objId ) : ILargeObject | ||
IConnector ( object>.IDictionary |
||
IConnector ( ) : IMessageProcessor | ||
OpenQueryContext ( long commitId ) : IQuery |
protected Authenticate ( string defaultSchema, string username, string password ) : bool | ||
defaultSchema | string | |
username | string | |
password | string | |
return | bool |
protected ChangeState ( ConnectorState newState ) : void | ||
newState | ConnectorState | |
return | void |
protected CommitTransaction ( int commitId ) : void | ||
commitId | int | |
return | void |
protected CoreExecuteQuery ( IQuery context, string text, IEnumerable |
||
context | IQuery | |
text | string | |
parameters | IEnumerable |
|
parameterStyle | QueryParameterStyle | |
return | IQueryResponse[] |
protected abstract CreateEnvelope ( object>.IDictionary |
||
metadata | object>.IDictionary | |
message | IMessage | |
return | IServerMessageEnvelope |
public CreateObjectChannel ( ObjectId objectId ) : ILargeObjectChannel | ||
objectId | ObjectId | |
return | ILargeObjectChannel |
public CreateTriggerChannel ( string triggerName, string objectName, TriggerEventType eventType ) : ITriggerChannel | ||
triggerName | string | |
objectName | string | |
eventType | TriggerEventType | |
return | ITriggerChannel |
protected ExecuteQuery ( IQuery context, Deveel.Data.Sql.SqlQuery query ) : IQueryResponse[] | ||
context | IQuery | |
query | Deveel.Data.Sql.SqlQuery | |
return | IQueryResponse[] |
protected ExecuteQuery ( long commitId, Deveel.Data.Sql.SqlQuery query ) : IQueryResponse[] | ||
commitId | long | |
query | Deveel.Data.Sql.SqlQuery | |
return | IQueryResponse[] |
protected GetEncryptionData ( ) : |
||
return |
protected GetMessage ( IMessageEnvelope envelope ) : IMessage | ||
envelope | IMessageEnvelope | |
return | IMessage |
protected GetResult ( int resultId ) : |
||
resultId | int | |
return |
protected GetResultPart ( int resultId, int startRow, int countRows ) : |
||
resultId | int | |
startRow | int | |
countRows | int | |
return |
public abstract MakeEndPoint ( object>.IDictionary |
||
properties | object>.IDictionary | |
return |
protected OnAuthenticated ( string userName ) : bool | ||
userName | string | |
return | bool |
protected OpenConnector ( |
||
remoteEndPoint | ||
databaseName | string | |
return | void |
protected RollbackTransaction ( int commitId ) : void | ||
commitId | int | |
return | void |
protected ServerConnector ( IDatabaseHandler databaseHandler ) : System | ||
databaseHandler | IDatabaseHandler | |
return | System |
protected SetAutoCommit ( bool value ) : void | ||
value | bool | |
return | void |
protected SetIgnoreIdentifiersCase ( bool value ) : void | ||
value | bool | |
return | void |
protected SetParameterStyle ( QueryParameterStyle parameterStyle ) : void | ||
parameterStyle | QueryParameterStyle | |
return | void |