Class BackupTable

Description

Located in /libraries/backup.php (line 40)


	
			
Variable Summary
Method Summary
 BackupTable __construct (string $table)
 boolean isQuotedType (string $type)
Variables
mixed $str_createTableSql = "" (line 43)
  • access: public
mixed $str_insertionSql = "" (line 44)
  • access: public
Methods
Constructor __construct (line 56)

class constructor, should load up the table information and create table sql and insert statements

  • access: public
BackupTable __construct (string $table)
  • string $table: case sensitive table name of the table to be processed
generateCreateTableSql (line 105)

Queries table for creation SQL and sets class variable

  • access: public
void generateCreateTableSql ()
generateDataInsertionSql (line 116)
  • access: public
void generateDataInsertionSql ()
isQuotedType (line 86)

determines weather or not a adodb field type is a quoted type

  • access: public
boolean isQuotedType (string $type)
  • string $type: the adodb field type specifier (C,X,B,D,T,L,I,N,R) see manual

Documentation generated on Thu, 15 Sep 2011 16:36:17 -0700 by phpDocumentor 1.4.1