C# Класс FluentNHibernate.Cfg.Db.OracleConnectionStringBuilder

Наследование: FluentNHibernate.Cfg.Db.ConnectionStringBuilder
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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