class ObjectFetcher (View source)

Methods

__construct(DatabaseInterface $dbi, Config $config)

No description

array
getTables(string $realName, string $searchClause)

Returns the list of tables inside this database

array
getViews(string $realName, string $searchClause)

Returns the list of views inside this database

array
getProcedures(string $realName, string $searchClause)

Returns the list of procedures inside this database

array
getFunctions(string $realName, string $searchClause)

Returns the list of functions inside this database

array
getEvents(string $realName, string $searchClause)

Returns the list of events inside this database

Details

__construct(DatabaseInterface $dbi, Config $config)

No description

Parameters

DatabaseInterface $dbi
Config $config

array getTables(string $realName, string $searchClause)

Returns the list of tables inside this database

Parameters

string $realName
string $searchClause

A string used to filter the results of the query

Return Value

array

array getViews(string $realName, string $searchClause)

Returns the list of views inside this database

Parameters

string $realName
string $searchClause

A string used to filter the results of the query

Return Value

array

array getProcedures(string $realName, string $searchClause)

Returns the list of procedures inside this database

Parameters

string $realName
string $searchClause

A string used to filter the results of the query

Return Value

array

array getFunctions(string $realName, string $searchClause)

Returns the list of functions inside this database

Parameters

string $realName
string $searchClause

A string used to filter the results of the query

Return Value

array

array getEvents(string $realName, string $searchClause)

Returns the list of events inside this database

Parameters

string $realName
string $searchClause

A string used to filter the results of the query

Return Value

array