SproutCMS

This is the code documentation for the SproutCMS project

Page options:

Inherited members

class ExportDBMS_MySQL

Functions

NameVisibilityDescription
createKvpStringprivateCreates a key-value-pair string for use in a sql query
delConstraintsCreateprivate (static)Remove CONSTRAINT clauses from a CREATE TABLE sql query
droppublicReturn a query to drop this table
hdrpublic 
insertpublicCreate an INSERT query
insertUpdatepublicCreate an INSERT...UPDATE query
structurepublicReturn a query to create the table
updatepublicCreate an UPDATE query

private createKvpString

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

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

private delConstraintsCreate

string ExportDBMS_MySQL::delConstraintsCreate ( string $create_sql );

Remove CONSTRAINT clauses from a CREATE TABLE sql query

public drop

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

Return a query to drop this table

public hdr

unknown $ExportDBMS_MySQL->hdr ( );

This function does not have a description

public insert

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

Create an INSERT query

public insertUpdate

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

Create an INSERT...UPDATE query

public structure

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

Return a query to create the table

public update

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

Create an UPDATE query