Documentation

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

getDatabase()

Return the initial database name

public getDatabase( ) : string
Return values
string

initial database name

hash()

Retrieve a hash representing these connection properties

public hash( ) : string
Return values
string

hash

getOptions()

Retrive an array of options for the database driver

public getOptions( ) : array
Return values
array

options

Search results