dbxapp 4.1.3
CMS, Shop, Workflows und modulare Geschäftsanwendungen
Loading...
Searching...
No Matches
MigrationDdStub Class Reference

Public Member Functions

 get_table_exist (string $server, string $table)
 create_db_tab (string $dd)
 sync_dd_to_db (string $module, string $dd, string $mode)
 drop_db_tab (string $server, string $table)
 get_db_fields (string $server, string $table)
 get_db_indexes (string $server, string $table)

Public Attributes

bool $ledgerCreated = false
array $dropped = array()
array $syncDefinitions = array()

Detailed Description

Definition at line 130 of file dbxDatabaseMigrationService_test.php.

Member Function Documentation

◆ create_db_tab()

MigrationDdStub::create_db_tab ( string $dd)

Definition at line 141 of file dbxDatabaseMigrationService_test.php.

References $dd.

◆ drop_db_tab()

MigrationDdStub::drop_db_tab ( string $server,
string $table )

Definition at line 162 of file dbxDatabaseMigrationService_test.php.

References $server, and $table.

◆ get_db_fields()

MigrationDdStub::get_db_fields ( string $server,
string $table )

Definition at line 168 of file dbxDatabaseMigrationService_test.php.

References $server, and $table.

◆ get_db_indexes()

MigrationDdStub::get_db_indexes ( string $server,
string $table )

Definition at line 173 of file dbxDatabaseMigrationService_test.php.

References $server, and $table.

◆ get_table_exist()

MigrationDdStub::get_table_exist ( string $server,
string $table )

Definition at line 136 of file dbxDatabaseMigrationService_test.php.

References $ledgerCreated, $server, and $table.

◆ sync_dd_to_db()

MigrationDdStub::sync_dd_to_db ( string $module,
string $dd,
string $mode )

Definition at line 147 of file dbxDatabaseMigrationService_test.php.

References $_SESSION, $dd, $field, $fields, $mode, and $module.

Member Data Documentation

◆ $dropped

array MigrationDdStub::$dropped = array()

Definition at line 133 of file dbxDatabaseMigrationService_test.php.

◆ $ledgerCreated

bool MigrationDdStub::$ledgerCreated = false

Definition at line 132 of file dbxDatabaseMigrationService_test.php.

Referenced by get_table_exist().

◆ $syncDefinitions

array MigrationDdStub::$syncDefinitions = array()

Definition at line 134 of file dbxDatabaseMigrationService_test.php.


The documentation for this class was generated from the following file: