C# 클래스 Orient.Client.Protocol.DatabasePool

파일 보기 프로젝트 열기: workshare/OrientDB-NET.binary 1 사용 예제들

Private Properties

프로퍼티 타입 설명
DatabasePool System.Collections.Generic
DequeueConnection Connection
DropConnections void
EnqueueConnection void

비공개 메소드들

메소드 설명
DatabasePool ( string hostname, int port, string databaseName, ODatabaseType databaseType, string userName, string userPassword, int poolSize, string alias ) : System.Collections.Generic
DequeueConnection ( ) : Connection
DropConnections ( ) : void
EnqueueConnection ( Connection connection ) : void