Méthode |
Description |
|
__construct ( ) |
Private constructor. This class cannot be instantiated. |
|
_checkParams ( array $params ) : void |
Checks the list of parameters. |
|
normalizeDatabaseUrlPath ( string $urlPath ) : string |
Normalizes the given connection URL path. |
|
parseDatabaseUrl ( array $params ) : array |
Extracts parts from a database URL, if present, and returns an
updated list of parameters. |
|
parseDatabaseUrlPath ( array $url, array $params ) : array |
Parses the given connection URL and resolves the given connection parameters. |
|
parseDatabaseUrlQuery ( array $url, array $params ) : array |
Parses the query part of the given connection URL and resolves the given connection parameters. |
|
parseDatabaseUrlScheme ( array $url, array $params ) : array |
Parses the scheme part from given connection URL and resolves the given connection parameters. |
|
parseRegularDatabaseUrlPath ( array $url, array $params ) : array |
Parses the given regular connection URL and resolves the given connection parameters. |
|
parseSqliteDatabaseUrlPath ( array $url, array $params ) : array |
Parses the given SQLite connection URL and resolves the given connection parameters. |
|