Свойство | Тип | Описание | |
---|---|---|---|
$columns | array | ||
$keys | array | ||
$schemaObjectQuoteChar | string | No character used to quote schema objects. | |
$truncateCommand | string | The command used to perform a TRUNCATE operation. |
Метод | Описание | |
---|---|---|
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. |
Метод | Описание | |
---|---|---|
loadColumnInfo ( string $tableName ) | Loads column info from a oracle database. |
public getTableColumns ( string $tableName ) : array | ||
$tableName | string | |
Результат | array |
public getTableNames ( ) : array | ||
Результат | array |
public getTablePrimaryKeys ( string $tableName ) : array | ||
$tableName | string | |
Результат | array |
protected loadColumnInfo ( string $tableName ) | ||
$tableName | string |
protected string $schemaObjectQuoteChar | ||
Результат | string |
protected string $truncateCommand | ||
Результат | string |