Class ConnectionOptions
Connection options.
Final
Namespace: ICanBoogie\ActiveRecord
Package: ICanBoogie\ActiveRecord
Located at ActiveRecord/ConnectionOptions.php
Namespace: ICanBoogie\ActiveRecord
Package: ICanBoogie\ActiveRecord
Located at ActiveRecord/ConnectionOptions.php
Constants summary
string |
DEFAULT_CHARSET
Default charset. |
#
'utf8'
|
string |
DEFAULT_COLLATE
Default collate. |
#
'utf8_general_ci'
|
string |
DEFAULT_CHARSET_AND_COLLATE
Default value for |
#
"utf8/general_ci"
|
string |
DEFAULT_TABLE_NAME_PREFIX
Default value for |
#
''
|
string |
DEFAULT_TIMEZONE
Default value for |
#
'+00:00'
|
string |
ID
Connection identifier. |
#
'#id'
|
string |
CHARSET_AND_COLLATE
Charset and collate. |
#
'#charset_and_collate'
|
string |
TABLE_NAME_PREFIX
Table name prefix. |
#
'#table_name_prefix'
|
string |
TIMEZONE
Time zone offset used for the connection. |
#
'#timezone'
|