Class JDatabaseImporterPostgresql
PostgreSQL import driver.
- JDatabaseImporter
- JDatabaseImporterPostgresql
Package: Joomla\Platform\Database
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 12.1
Located at joomla/database/importer/postgresql.php
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 12.1
Located at joomla/database/importer/postgresql.php
Methods summary
public
|
|
protected
string
|
|
protected
string
|
|
protected
array
|
|
protected
string
|
|
protected
string
|
|
protected
string
|
|
protected
string
|
|
protected
string
|
#
getAlterColumnSql( string $table,
Get the SQL syntax for a single column that would be included in a table create statement. |
protected
string
|
#
getColumnSql(
Get the SQL syntax for a single column that would be included in a table create statement. |
protected
string
|
|
protected
string
|
|
protected
array
|
|
protected
array
|
Methods inherited from JDatabaseImporter
__construct()
,
asXml()
,
from()
,
getDropColumnSql()
,
getRealTableName()
,
mergeStructure()
,
setDbo()
,
withStructure()