◆ applyDefaultSchema()
Drupal\tripal_chado\Services\chadoInstaller::applyDefaultSchema |
( |
|
$version | ) |
|
|
protected |
Applies the table definition SQL files.
- Parameters
-
float | $version | The version of the chado schema to install. |
- Returns
- bool Whether the install was successful.
◆ install()
Drupal\tripal_chado\Services\chadoInstaller::install |
( |
|
$version | ) |
|
Install chado in the specified schema.
- Parameters
-
float | $version | The version of chado you would like to install. |
◆ update()
Drupal\tripal_chado\Services\chadoInstaller::update |
( |
|
$version | ) |
|
Updates chado in the specified schema.
- Parameters
-
float | $version | The version of chado you would like to update to. |
◆ $curVersion
Drupal\tripal_chado\Services\chadoInstaller::$curVersion |
|
protected |
The version of the current and new chado schema specified by $schemaName.
◆ $installNumChunks
Drupal\tripal_chado\Services\chadoInstaller::$installNumChunks |
|
protected |
Initial value:The number of chunk files per version we can install.
◆ $schemaName
Drupal\tripal_chado\Services\chadoInstaller::$schemaName |
|
protected |
The name of the schema we are interested in installing/updating chado for.
The documentation for this class was generated from the following file:
- tripal_chado/src/Services/chadoInstaller.php