JDatabaseDriverOracle::getTableCreate
Shows the table CREATE statement that creates the given tables.
Note: You must have the correct privileges before this method will return usable results!
Signature
public function getTableCreate(mixed
$tablesĀ )
Parameters
-
$tables
- A table name or a list of table names.
Returns
- array
- A list of the create SQL for the tables.