This is the code documentation for the SproutCMS project
Search documentation |
class ExportDBMS_MySQL
Functions
private createKvpStringunknown $ExportDBMS_MySQL->createKvpString ( mixed $row [, mixed $sep ] ); Creates a key-value-pair string for use in a sql query private delConstraintsCreatestring ExportDBMS_MySQL::delConstraintsCreate ( string $create_sql ); Remove CONSTRAINT clauses from a CREATE TABLE sql query public dropunknown $ExportDBMS_MySQL->drop ( mixed $table_def ); Return a query to drop this table public hdrunknown $ExportDBMS_MySQL->hdr ( ); This function does not have a description public insertunknown $ExportDBMS_MySQL->insert ( mixed $table_def , mixed $row ); Create an INSERT query public insertUpdateunknown $ExportDBMS_MySQL->insertUpdate ( mixed $table_def , mixed $pk_names , mixed $row ); Create an INSERT...UPDATE query public structureunknown $ExportDBMS_MySQL->structure ( mixed $table_def ); Return a query to create the table public updateunknown $ExportDBMS_MySQL->update ( mixed $table_def , mixed $pk_names , mixed $row ); Create an UPDATE query |
| Powered by Pelzini, version 0.9.0 |
Documentation is made available under the
GNU Free Documentation License 1.2. Generated: Tuesday, 15th September, 2026 at 10:26 am |
|