This is the code documentation for the SproutCMS project
Search documentation |
class Export
Variables
Functions
public addTablevoid $Export->addTable ( ExportTable $table ); This function does not have a description public buildArchivevoid $Export->buildArchive ( mixed $name ); Loads all of the generated export files into a ZIP file private createNextFilenameunknown $Export->createNextFilename ( mixed $table_name , mixed $ext ); Creates the filename which should be used for the next file if the current file is deemed to be too full public exportSqlvoid $Export->exportSql ( ); Exports the specified tables to an SQL file public getGeneratedFilesunknown $Export->getGeneratedFiles ( ); This function does not have a description private getPkColNamesunknown $Export->getPkColNames ( mixed $table ); Gets the column names for the primary key public setDbmsvoid $Export->setDbms ( mixed $dbms ); This function does not have a description public setFilenamePrefixvoid $Export->setFilenamePrefix ( mixed $val ); This function does not have a description private sizeCheckWriteunknown $Export->sizeCheckWrite ( mixed $handle , mixed $str , mixed $next_filename ); Writes data to a file, if allowed by the file size restrictions. If not, creates a new file. |
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 |