Class SQLInstallFunctions

Description

SQLInstallFunctions contains special functions for DBeasy installation concerning database issues.

Located in /SQLInstallFunctions.php (line 13)

SQLFunctions
   |
   --SQLInstallFunctions
Method Summary
Result-Message createConditionTable (connection $connection)
Result-Message createFormularTable (connection $connection)
Result-Message createHelpTable (connection $connection)
Result-Message createJoinTable (connection $connection)
Result-Message createLogicTable (connection $condition)
Result-Message createLogTable (connection $connection)
Result-Message createProjectTable (connection $connection)
Result-Message createReportCondTable (connection $connection)
Result-Message createReportFieldTable (connection $connection)
Result-Message createSectionTable (connection $connection)
Result-Message createStyleFormsTable (connection $connection)
Result-Message createStyleSectionsTable (connection $connection)
Result-Message createStyleStylesTable (connection $connection)
Result createUserDBDataFile (string $db_type, string $db_address, string $db_username, string $db_password, string $db_name, string $db_path, string $db_dsn)
Result-Message createUserDBMappingTable (connection $connection)
Result-Message createUserDirMappingTable (connection $connection)
Result-Message createUserTable (connection $connection)
Result-Message createWorkfieldTable (connection $condition)
Variables
Methods
createConditionTable (line 145)

Creates DBeasy sytem table: Condition

Result-Message createConditionTable (connection $connection)
  • connection $connection: Connection pointer
createFormularTable (line 76)

Creates DBeasy sytem table: Formular

Result-Message createFormularTable (connection $connection)
  • connection $connection: Connection pointer
createHelpTable (line 262)

Creates DBeasy sytem table: Help

Result-Message createHelpTable (connection $connection)
  • connection $connection: Connection pointer
createJoinTable (line 223)

Creates DBeasy sytem table: Join

Result-Message createJoinTable (connection $connection)
  • connection $connection: Connection pointer
createLogicTable (line 158)

Creates DBeasy sytem table: Logic

Result-Message createLogicTable (connection $condition)
  • connection $condition: Connection pointer
createLogTable (line 131)

Creates DBeasy sytem table: Logging

Result-Message createLogTable (connection $connection)
  • connection $connection: Connection pointer
createProjectTable (line 63)

Creates DBeasy sytem table: Project

Result-Message createProjectTable (connection $connection)
  • connection $connection: Connection pointer
createReportCondTable (line 236)

Creates DBeasy sytem table: ReportCondition

Result-Message createReportCondTable (connection $connection)
  • connection $connection: Connection pointer
createReportFieldTable (line 249)

Creates DBeasy sytem table: ReportField

Result-Message createReportFieldTable (connection $connection)
  • connection $connection: Connection pointer
createSectionTable (line 92)

Creates DBeasy sytem table: Section

Result-Message createSectionTable (connection $connection)
  • connection $connection: Connection pointer
createStyleFormsTable (line 184)

Creates DBeasy sytem table: StyleForm

Result-Message createStyleFormsTable (connection $connection)
  • connection $connection: Connection pointer
createStyleSectionsTable (line 197)

Creates DBeasy sytem table: StyleSection

Result-Message createStyleSectionsTable (connection $connection)
  • connection $connection: Connection pointer
createStyleStylesTable (line 210)

Creates DBeasy sytem table: StyleStyle

Result-Message createStyleStylesTable (connection $connection)
  • connection $connection: Connection pointer
createUserDBDataFile (line 28)

Creates a php file containing database access data for DBeasy's system tables

  • return: message
Result createUserDBDataFile (string $db_type, string $db_address, string $db_username, string $db_password, string $db_name, string $db_path, string $db_dsn)
  • string $db_type: Type of database
  • string $db_address: Address of database
  • string $db_username: Username for database access
  • string $db_password: Password for database access
  • string $db_name: Name of database
  • string $db_path: Path of database
  • string $db_dsn: DSN of database
createUserDBMappingTable (line 105)

Creates DBeasy sytem table: UserDBMapping

Result-Message createUserDBMappingTable (connection $connection)
  • connection $connection: Connection pointer
createUserDirMappingTable (line 118)

Creates DBeasy sytem table: UserDirMapping

Result-Message createUserDirMappingTable (connection $connection)
  • connection $connection: Connection pointer
createUserTable (line 50)

Creates DBeasy sytem table: User

Result-Message createUserTable (connection $connection)
  • connection $connection: Connection pointer
createWorkfieldTable (line 171)

Creates DBeasy sytem table: Workfield

Result-Message createWorkfieldTable (connection $condition)
  • connection $condition: Connection pointer

Inherited Methods

Inherited From SQLFunctions

SQLFunctions::SQLFunctions()
SQLFunctions::addField()
SQLFunctions::addUser()
SQLFunctions::autoConnectToDB()
SQLFunctions::connectToDB()
SQLFunctions::connectToDBODBM()
SQLFunctions::createTable()
SQLFunctions::deleteRow()
SQLFunctions::dropColumn()
SQLFunctions::dropTable()
SQLFunctions::executeSQL()
SQLFunctions::existsItem()
SQLFunctions::generateDate()
SQLFunctions::generateID()
SQLFunctions::getFields()
SQLFunctions::getIntPrimaryKey()
SQLFunctions::getMax()
SQLFunctions::getResultMsg()
SQLFunctions::insertData()
SQLFunctions::LogTable()
SQLFunctions::selectAll()
SQLFunctions::showTables()
SQLFunctions::tableExists()
SQLFunctions::updateRow()

Documentation generated on Thu, 15 Jul 2004 08:23:58 +0200 by phpDocumentor 1.3.0RC3