|
override void | Dispose (bool disposing) |
|
override IServerMessageEnvelope | CreateEnvelope (IDictionary< string, object > metadata, IMessage message) |
|
| ServerConnector (IDatabaseHandler databaseHandler) |
|
void | SetAutoCommit (bool value) |
|
void | SetParameterStyle (QueryParameterStyle parameterStyle) |
|
void | SetIgnoreIdentifiersCase (bool value) |
|
void | ChangeState (ConnectorState newState) |
|
void | OpenConnector (ConnectionEndPoint remoteEndPoint, string databaseName) |
|
virtual void | OnConnectorOpen () |
|
void | CloseConnector () |
|
virtual void | OnCloseConnector () |
|
virtual EncryptionData | GetEncryptionData () |
|
virtual bool | Authenticate (string defaultSchema, string username, string password) |
|
virtual bool | OnAuthenticated (User user) |
|
IQueryResponse[] | ExecuteQuery (long commitId, string text, IEnumerable< QueryParameter > parameters) |
|
virtual IQueryResponse[] | ExecuteQuery (IQuery context, string text, IEnumerable< QueryParameter > parameters) |
|
IQueryResponse[] | CoreExecuteQuery (IQuery context, string text, IEnumerable< QueryParameter > parameters) |
|
int | BeginTransaction () |
|
virtual IMessage | GetMessage (IMessageEnvelope envelope) |
|
void | CommitTransaction (int commitId) |
|
void | RollbackTransaction (int commitId) |
|
QueryResultPart | GetResultPart (int resultId, int startRow, int countRows) |
|
QueryResult | GetResult (int resultId) |
|
| ServerConnector (IDatabaseHandler handler) |
|
void | ChangeState (ConnectorState newState) |
|
void | OpenConnector (ConnectionEndPoint remoteEndPoint, string databaseName) |
|
virtual void | OnConnectorOpen () |
|
void | SetAutoCommit (bool state) |
|
void | SetIgnoreIdentifiersCase (bool state) |
|
void | SetParameterStyle (ParameterStyle style) |
|
void | CloseConnector () |
|
virtual void | OnCloseConnector () |
|
virtual EncryptionData | GetEncryptionData () |
|
virtual AuthenticatedSession | OnAuthenticate (string defaultSchema, string username, string password) |
|
virtual void | OnTriggerFired (string triggerName, string triggerSource, TriggerEventType eventType, int count) |
|
int | BeginTransaction () |
|
virtual bool | Authenticate (string defaultSchema, string username, string password) |
|
long | CreateStreamableObject (ReferenceType referenceType, long length) |
|
IQueryResponse[] | CoreExecuteQuery (string text, IEnumerable< SqlQueryParameter > parameters) |
|
virtual IQueryResponse[] | ExecuteQuery (string text, IEnumerable< SqlQueryParameter > parameters) |
|
QueryResultPart | GetResultPart (int resultId, int startRow, int countRows) |
|
void | DisposeResult (int resultId) |
|
void | CommitTransaction (int transactionId) |
|
void | RollbackTransaction (int transactionId) |
|
virtual IMessage | GetMessage (IMessageEnvelope envelope) |
|
virtual IStreamableObjectChannel | CreateObjectChannel (long objectId) |
|
virtual ITriggerChannel | CreateTriggerChannel (string triggerName, string objectName, TriggerEventType eventType) |
|
Definition at line 91 of file LocalDatabaseClient.cs.