ObjectFetcher
class ObjectFetcher (View source)
Methods
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
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