C# Class FluentNHibernate.Cfg.Db.OracleConnectionStringBuilder

Inheritance: FluentNHibernate.Cfg.Db.ConnectionStringBuilder
Afficher le fichier Open project: HudsonAkridge/fluent-nhibernate Class Usage Examples

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
Create ( ) : string

Method Details

Create() protected méthode

protected Create ( ) : string
Résultat string

Instance() public méthode

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.
Résultat OracleConnectionStringBuilder

OracleConnectionStringBuilder() public méthode

OtherOptions() public méthode

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

Password() public méthode

Specifies the password of the user account accessing the database.
public Password ( string password ) : OracleConnectionStringBuilder
password string The password.
Résultat OracleConnectionStringBuilder

Pooling() public méthode

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

Port() public méthode

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

Server() public méthode

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.
Résultat OracleConnectionStringBuilder

StatementCacheSize() public méthode

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

Username() public méthode

Specifies the name of the user account accessing the database.
public Username ( string username ) : OracleConnectionStringBuilder
username string The username.
Résultat OracleConnectionStringBuilder