JDatabaseDriverPostgresql::getTableCreate
Shows the table CREATE statement that creates the given tables.
This is unsuported by PostgreSQL.
Signature
public function getTableCreate(mixed
$tablesĀ )
Parameters
-
$tables
- A table name or a list of table names.
Returns
- string
- An empty char because this function is not supported by PostgreSQL.