PostgreSQL import driver.
- Depuis
- 3.0.0
- Obsolète:
- 4.0 Use PDO PostgreSQL instead
◆ check()
Checks if all data and options are in order prior to exporting.
- Renvoie
- JDatabaseImporterPostgresql Method supports chaining.
- Depuis
- 3.0.0
- Exceptions
-
Exception | if an error is encountered. |
◆ getAddColumnSql()
getAddColumnSql |
( |
|
$table, |
|
|
SimpleXMLElement |
$field |
|
) |
| |
|
protected |
Get the SQL syntax to add a column.
- Paramètres
-
string | $table | The table name. |
SimpleXMLElement | $field | The XML field definition. |
- Renvoie
- string
- Depuis
- 3.0.0
Références $field.
◆ getAddIndexSql()
getAddIndexSql |
( |
SimpleXMLElement |
$field | ) |
|
|
protected |
Get the SQL syntax to add an index.
- Paramètres
-
SimpleXMLElement | $field | The XML index definition. |
- Renvoie
- string
- Depuis
- 3.0.0
Références $field.
◆ getAddSequenceSql()
getAddSequenceSql |
( |
|
$field | ) |
|
|
protected |
Get the syntax to add a sequence.
- Paramètres
-
SimpleXMLElement | $field | The XML definition for the sequence. |
- Renvoie
- string
- Depuis
- 3.0.0
Références $field.
◆ getAlterColumnSql()
getAlterColumnSql |
( |
|
$table, |
|
|
|
$field |
|
) |
| |
|
protected |
Get the SQL syntax for a single column that would be included in a table create statement.
- Paramètres
-
string | $table | The name of the database table to alter. |
SimpleXMLElement | $field | The XML field definition. |
- Renvoie
- string
- Depuis
- 3.0.0
Références $field, $query, et null.
◆ getAlterTableSql()
getAlterTableSql |
( |
SimpleXMLElement |
$structure | ) |
|
|
protected |
Get alters for table if there is a difference.
- Paramètres
-
SimpleXMLElement | $structure | The XML structure of the table. |
- Renvoie
- array
- Depuis
- 3.0.0
Références $field, $i, et $name.
◆ getChangeColumnSql()
getChangeColumnSql |
( |
|
$table, |
|
|
SimpleXMLElement |
$field |
|
) |
| |
|
protected |
Get the syntax to alter a column.
- Paramètres
-
string | $table | The name of the database table to alter. |
SimpleXMLElement | $field | The XML definition for the field. |
- Renvoie
- string
- Depuis
- 3.0.0
Références $field.
◆ getChangeSequenceSql()
getChangeSequenceSql |
( |
|
$field | ) |
|
|
protected |
Get the syntax to alter a sequence.
- Paramètres
-
SimpleXMLElement | $field | The XML definition for the sequence. |
- Renvoie
- string
- Depuis
- 3.0.0
Références $field.
◆ getColumnSql()
getColumnSql |
( |
SimpleXMLElement |
$field | ) |
|
|
protected |
Get the SQL syntax for a single column that would be included in a table create statement.
- Paramètres
-
SimpleXMLElement | $field | The XML field definition. |
- Renvoie
- string
- Depuis
- 3.0.0
Références $field, $query, et null.
◆ getDropIndexSql()
Get the SQL syntax to drop an index.
- Paramètres
-
string | $name | The name of the key to drop. |
- Renvoie
- string
- Depuis
- 3.0.0
Références $name.
◆ getDropPrimaryKeySql()
getDropPrimaryKeySql |
( |
|
$table, |
|
|
|
$name |
|
) |
| |
|
protected |
Get the SQL syntax to drop a key.
- Paramètres
-
string | $table | The table name. |
string | $name | The constraint name. |
- Renvoie
- string
- Depuis
- 3.0.0
Références $name.
◆ getDropSequenceSql()
getDropSequenceSql |
( |
|
$name | ) |
|
|
protected |
Get the SQL syntax to drop a sequence.
- Paramètres
-
string | $name | The name of the sequence to drop. |
- Renvoie
- string
- Depuis
- 3.0.0
Références $name.
◆ getIdxLookup()
Get the details list of keys for a table.
- Paramètres
-
array | $keys | An array of objects that comprise the keys for the table. |
- Renvoie
- array The lookup array. array({key name} => array(object, ...))
- Depuis
- 3.0.0
- Exceptions
-
Références $key.
◆ getSeqLookup()
getSeqLookup |
( |
|
$sequences | ) |
|
|
protected |
Get the details list of sequences for a table.
- Paramètres
-
array | $sequences | An array of objects that comprise the sequences for the table. |
- Renvoie
- array The lookup array. array({key name} => array(object, ...))
- Depuis
- 3.0.0
- Exceptions
-
La documentation de cette classe a été générée à partir du fichier suivant :