메소드 | 설명 | |
---|---|---|
AsEventSource ( this database ) : IEventSource | ||
Authenticate ( this database, string username, string password ) : bool | ||
Close ( this database ) : bool | ||
CreateSession ( this database, string userName, string password ) : ISession | ||
CreateSession ( this database, string userName, string password, IsolationLevel isolation ) : ISession | ||
CreateTransaction ( this database, IsolationLevel isolation ) : ITransaction | ||
Delete ( this database ) : bool | ||
FindTransactionById ( this database, int commidId ) : ITransaction |
메소드 | 설명 | |
---|---|---|
CreateInitialSystemSession ( this database ) : ISession | ||
CreateSafeTransaction ( this database, IsolationLevel isolation ) : ITransaction | ||
CreateSession ( this database, string userName, IsolationLevel isolation ) : ISession | ||
CreateSystemSession ( this database ) : ISession | ||
CreateSystemSession ( this database, IsolationLevel isolation ) : ISession |
public static AsEventSource ( this database ) : IEventSource | ||
database | this | |
리턴 | IEventSource |
public static Authenticate ( this database, string username, string password ) : bool | ||
database | this | |
username | string | |
password | string | |
리턴 | bool |
public static CreateSession ( this database, string userName, string password ) : ISession | ||
database | this | |
userName | string | |
password | string | |
리턴 | ISession |
public static CreateSession ( this database, string userName, string password, IsolationLevel isolation ) : ISession | ||
database | this | |
userName | string | |
password | string | |
isolation | IsolationLevel | |
리턴 | ISession |
public static CreateTransaction ( this database, IsolationLevel isolation ) : ITransaction | ||
database | this | |
isolation | IsolationLevel | |
리턴 | ITransaction |
public static FindTransactionById ( this database, int commidId ) : ITransaction | ||
database | this | |
commidId | int | |
리턴 | ITransaction |