Configuration container for the Doctrine DBAL.
Internal note: When adding a new configuration option just write a getter/setter pair and add the option to the _attributes array with a proper default value.
Methods | ||
---|---|---|
public
|
setSQLLogger(?SQLLogger $logger = null): void
|
# |
public
|
getSQLLogger(): SQLLogger|null
|
# |
public
|
getResultCacheImpl(): Cache|null
|
# |
public
|
setResultCacheImpl(Cache $cacheImpl): void
|
# |
public
|
setFilterSchemaAssetsExpression(string|null $filterExpression): void
|
# |
public
|
getFilterSchemaAssetsExpression(): string|null
|
# |
public
|
setSchemaAssetsFilter(?callable $callable = null): ?callable
|
# |
public
|
getSchemaAssetsFilter(): ?callable
|
# |
public
|
setAutoCommit(bool $autoCommit): void
|
# |
public
|
getAutoCommit(): bool
|
# |