This is the code documentation for the SproutCMS project
Search documentation |
class ExportDBMS_SQLite
Functions
private createKvpStringunknown $ExportDBMS_SQLite->createKvpString ( mixed $row [, mixed $sep ] ); Creates a key-value-pair string for use in a sql query public dropunknown $ExportDBMS_SQLite->drop ( mixed $table_def ); Return a query to drop this table public hdrunknown $ExportDBMS_SQLite->hdr ( ); This function does not have a description public insertunknown $ExportDBMS_SQLite->insert ( mixed $table_def , mixed $row ); Create an INSERT query public insertUpdateunknown $ExportDBMS_SQLite->insertUpdate ( mixed $table_def , mixed $pk_names , mixed $row ); Create an INSERT...UPDATE query private mapDatatypeunknown $ExportDBMS_SQLite->mapDatatype ( mixed $mysql_type ); Map a MySQL data type to a SQLite data type public structureunknown $ExportDBMS_SQLite->structure ( mixed $table_def ); Return a query to create the table public updateunknown $ExportDBMS_SQLite->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: Monday, 3rd April, 2023 at 02:59 pm |