IConnectionProperties
Defines connection properties used to establish a database connection
Table of Contents
getHost() | Retrieve the host name | string |
---|---|---|
getUser() | Retrieve the user name | string |
getPassword() | Get the password | string |
getDatabase() | Return the initial database name | string |
getPort() | Retrieve the port number in use | int |
hash() | Retrieve a hash representing these connection properties | string |
getCharset() | Retrieve the character set | string |
dsn() | Retrieve the data source name | string |
getOptions() | Retrive an array of options for the database driver | array |
Methods
getHost()
Retrieve the host name
public
getHost(
)
: string
Return values
string —host
getUser()
Retrieve the user name
public
getUser(
)
: string
Return values
string —user name
getPassword()
Get the password
public
getPassword(
)
: string
Return values
string —password
getDatabase()
Return the initial database name
public
getDatabase(
)
: string
Return values
string —initial database name
getPort()
Retrieve the port number in use
public
getPort(
)
: int
Return values
int —port
hash()
Retrieve a hash representing these connection properties
public
hash(
)
: string
Return values
string —hash
getCharset()
Retrieve the character set
public
getCharset(
)
: string
Return values
string —charset
dsn()
Retrieve the data source name
public
dsn(
)
: string
Return values
string —dsn
getOptions()
Retrive an array of options for the database driver
public
getOptions(
)
: array
Return values
array —options