SproutCMS

This is the code documentation for the SproutCMS project

Page options:

Inherited members

class ExportDBMS_SQLite

Functions

NameVisibilityDescription
createKvpStringprivateCreates a key-value-pair string for use in a sql query
droppublicReturn a query to drop this table
hdrpublic 
insertpublicCreate an INSERT query
insertUpdatepublicCreate an INSERT...UPDATE query
mapDatatypeprivateMap a MySQL data type to a SQLite data type
structurepublicReturn a query to create the table
updatepublicCreate an UPDATE query

private createKvpString

unknown $ExportDBMS_SQLite->createKvpString ( mixed $row [, mixed $sep ] );

Creates a key-value-pair string for use in a sql query

public drop

unknown $ExportDBMS_SQLite->drop ( mixed $table_def );

Return a query to drop this table

public hdr

unknown $ExportDBMS_SQLite->hdr ( );

This function does not have a description

public insert

unknown $ExportDBMS_SQLite->insert ( mixed $table_def , mixed $row );

Create an INSERT query

public insertUpdate

unknown $ExportDBMS_SQLite->insertUpdate ( mixed $table_def , mixed $pk_names , mixed $row );

Create an INSERT...UPDATE query

private mapDatatype

unknown $ExportDBMS_SQLite->mapDatatype ( mixed $mysql_type );

Map a MySQL data type to a SQLite data type

public structure

unknown $ExportDBMS_SQLite->structure ( mixed $table_def );

Return a query to create the table

public update

unknown $ExportDBMS_SQLite->update ( mixed $table_def , mixed $pk_names , mixed $row );

Create an UPDATE query