C# 클래스 FluentNHibernate.Cfg.Db.OracleConnectionStringBuilder

상속: FluentNHibernate.Cfg.Db.ConnectionStringBuilder
파일 보기 프로젝트 열기: HudsonAkridge/fluent-nhibernate 1 사용 예제들

공개 메소드들

메소드 설명
Instance ( string instance ) : OracleConnectionStringBuilder

Specifies the instance (database name) to use. This can be the short name or the fully qualified name (Oracle service name).

OracleConnectionStringBuilder ( )
OtherOptions ( string otherOptions ) : OracleConnectionStringBuilder

Specifies, as a string, other Oracle options to pass to the connection.

Password ( string password ) : OracleConnectionStringBuilder

Specifies the password of the user account accessing the database.

Pooling ( bool pooling ) : OracleConnectionStringBuilder

Enable or disable pooling connections for this data configuration.

Port ( int port ) : OracleConnectionStringBuilder

Optional. Ports the specified port the oracle database is running on. This defaults to 1521.

Server ( string server ) : OracleConnectionStringBuilder

Specifies the server to connect. This can be either the DNS name of the server or the IP (as a string).

StatementCacheSize ( int cacheSize ) : OracleConnectionStringBuilder

Specifies the SQL statement cache size to use for this connection.

Username ( string username ) : OracleConnectionStringBuilder

Specifies the name of the user account accessing the database.

보호된 메소드들

메소드 설명
Create ( ) : string

메소드 상세

Create() 보호된 메소드

protected Create ( ) : string
리턴 string

Instance() 공개 메소드

Specifies the instance (database name) to use. This can be the short name or the fully qualified name (Oracle service name).
public Instance ( string instance ) : OracleConnectionStringBuilder
instance string The instance.
리턴 OracleConnectionStringBuilder

OracleConnectionStringBuilder() 공개 메소드

OtherOptions() 공개 메소드

Specifies, as a string, other Oracle options to pass to the connection.
public OtherOptions ( string otherOptions ) : OracleConnectionStringBuilder
otherOptions string The other options.
리턴 OracleConnectionStringBuilder

Password() 공개 메소드

Specifies the password of the user account accessing the database.
public Password ( string password ) : OracleConnectionStringBuilder
password string The password.
리턴 OracleConnectionStringBuilder

Pooling() 공개 메소드

Enable or disable pooling connections for this data configuration.
public Pooling ( bool pooling ) : OracleConnectionStringBuilder
pooling bool if set to true enable pooling.
리턴 OracleConnectionStringBuilder

Port() 공개 메소드

Optional. Ports the specified port the oracle database is running on. This defaults to 1521.
public Port ( int port ) : OracleConnectionStringBuilder
port int The port.
리턴 OracleConnectionStringBuilder

Server() 공개 메소드

Specifies the server to connect. This can be either the DNS name of the server or the IP (as a string).
public Server ( string server ) : OracleConnectionStringBuilder
server string The server.
리턴 OracleConnectionStringBuilder

StatementCacheSize() 공개 메소드

Specifies the SQL statement cache size to use for this connection.
public StatementCacheSize ( int cacheSize ) : OracleConnectionStringBuilder
cacheSize int Size of the cache.
리턴 OracleConnectionStringBuilder

Username() 공개 메소드

Specifies the name of the user account accessing the database.
public Username ( string username ) : OracleConnectionStringBuilder
username string The username.
리턴 OracleConnectionStringBuilder