|
| override IServerMessageEnvelope | CreateEnvelope (IDictionary< string, object > metadata, IMessage message) |
| |
| | ServerConnector (IDatabaseHandler databaseHandler) |
| |
| virtual void | Dispose (bool disposing) |
| |
| 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) |
| |
| virtual void | Dispose (bool disposing) |
| |
Definition at line 23 of file EmbeddedServerConnector.cs.