phpDocumentor

AdministrationStatementsInterface

Tags
see
https://dev.mysql.com/doc/refman/8.0/en/sql-server-administration-statements.html
see
https://github.com/sshilko/php-sql-mydb
author

Sergei Shilko contact@sshilko.com

license

https://opensource.org/licenses/mit-license.php MIT

category

interfaces

Table of Contents

Methods

getEnumValues()  : array<string|int, string>
getPrimaryKeys()  : array<string|int, string>|null
Get table primary keys

Methods

getEnumValues()

public getEnumValues(string $table, string $column) : array<string|int, string>
Parameters
$table : string
$column : string
Return values
array<string|int, string>

getPrimaryKeys()

Get table primary keys

public getPrimaryKeys(string $table) : array<string|int, string>|null
Parameters
$table : string
Return values
array<string|int, string>|null

        
On this page

Search results