Property | Type | Description | |
---|---|---|---|
$columns | array | ||
$keys | array | ||
$schemaObjectQuoteChar | string | No character used to quote schema objects. | |
$truncateCommand | string | The command used to perform a TRUNCATE operation. |
Method | Description | |
---|---|---|
getTableColumns ( string $tableName ) : array | Returns an array containing the names of all the columns in the $tableName table, | |
getTableNames ( ) : array | Returns an array containing the names of all the tables in the database. | |
getTablePrimaryKeys ( string $tableName ) : array | Returns an array containing the names of all the primary key columns in the $tableName table. |
Method | Description | |
---|---|---|
loadColumnInfo ( string $tableName ) | Loads column info from a oracle database. |
public getTableColumns ( string $tableName ) : array | ||
$tableName | string | |
return | array |
public getTableNames ( ) : array | ||
return | array |
public getTablePrimaryKeys ( string $tableName ) : array | ||
$tableName | string | |
return | array |
protected loadColumnInfo ( string $tableName ) | ||
$tableName | string |
protected string $schemaObjectQuoteChar | ||
return | string |
protected string $truncateCommand | ||
return | string |