ILIAS  release_5-2 Revision v5.2.25-18-g3f80b82851
ilDatabaseMySQLTestsDataOutputs Class Reference

Class ilDatabaseCommonTestsDataOutputs. More...

+ Inheritance diagram for ilDatabaseMySQLTestsDataOutputs:
+ Collaboration diagram for ilDatabaseMySQLTestsDataOutputs:

Public Member Functions

 getCreationQueryBuildByILIAS ($table_name)
 
- Public Member Functions inherited from ilDatabaseCommonTestsDataOutputs
 getIndexInfo ($with_fulltext=false, $table_name='')
 
 getPrimaryInfo ($table_name='')
 
 getCreationQueryBuildByILIAS ($table_name)
 
 getTableFieldDefinition ()
 
 getTableSequences ($table_name)
 
 getNativeTableIndices ($table_name='', $fulltext=false)
 
 getTableConstraints ($table_name='')
 
 getTableFields ()
 
 getListTables ($table_name)
 

Additional Inherited Members

- Static Public Attributes inherited from ilDatabaseCommonTestsDataOutputs
static $analyzer_field_info
 
static $insert_sql_output
 
static $select_usr_data_output
 
static $select_usr_data_2_output
 
static $output_after_native_update
 
static $output_after_native_input
 
static $table_index_definition_output
 
static $table_constraint_definition_output
 

Detailed Description

Member Function Documentation

◆ getCreationQueryBuildByILIAS()

ilDatabaseMySQLTestsDataOutputs::getCreationQueryBuildByILIAS (   $table_name)
Parameters
$table_name
Returns
string

Definition at line 15 of file class.ilDatabaseMySQLTestsDataOutputs.php.

15  {
16  return "CREATE TABLE $table_name (id INT NOT NULL, is_online TINYINT DEFAULT NULL, is_default TINYINT DEFAULT 1, latitude DOUBLE DEFAULT NULL, longitude DOUBLE DEFAULT NULL, elevation DOUBLE DEFAULT NULL, address VARCHAR(256) DEFAULT NULL NULL, init_mob_id INT DEFAULT NULL, comment_mob_id INT DEFAULT NULL, container_id INT DEFAULT NULL, big_data LONGTEXT)";
17  }

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