C# 클래스 Rhino.Queues.Storage.SchemaCreator

파일 보기 프로젝트 열기: hibernating-rhinos/rhino-queues

공개 메소드들

메소드 설명
Create ( string database ) : void
SchemaCreator ( Session session ) : System

비공개 메소드들

메소드 설명
CreateDetailsTable ( JET_DBID dbid ) : void
CreateOutgoingHistoryTable ( JET_DBID dbid ) : void
CreateOutgoingTable ( JET_DBID dbid ) : void
CreateQueuesTable ( JET_DBID dbid ) : void
CreateReceivedMessagesTable ( JET_DBID dbid ) : void
CreateRecoveryTable ( JET_DBID dbid ) : void
CreateSubQueuesTable ( JET_DBID dbid ) : void
CreateTransactionTable ( JET_DBID dbid ) : void

메소드 상세

Create() 공개 메소드

public Create ( string database ) : void
database string
리턴 void

SchemaCreator() 공개 메소드

public SchemaCreator ( Session session ) : System
session Microsoft.Isam.Esent.Interop.Session
리턴 System