interface Poodle\SQL\Interfaces\Manager Methods public __construct ( Poodle\SQL $SQL ) analyze ( ?string $table = NULL ) check ( ?string $table = NULL ) getFunction ( string $name ) getProcedure ( string $name ) getTableInfo ( string $name ) getView ( string $name ) listColumns ( string $table, bool $full = true ) listDatabases ( ) listForeignKeys ( string $table ) listFunctions ( ) listIndices ( string $table ) listProcedures ( ) listTables ( bool $detailed = false ) listTriggers ( string $table ) listViews ( ) optimize ( ?string $table = NULL ) repair ( ?string $table = NULL ) serverProcesses ( ) serverStatus ( ) setSchemaCharset ( ) tablesStatus ( )
|