IOptionsAbstract
interface IOptionsAbstract (View source)
This interface defines the abstract options for database connections.
Methods
getInstance()
Get the database connection instance
void
set(string $name, mixed $value)
Set an option value using dynamic method call
mixed
get(string $name)
Get an option value using dynamic method call
mixed
getOptions(int|null $type = null)
Get all options or a specific option type defined by user
Details
IConnection
getInstance()
Get the database connection instance
void
set(string $name, mixed $value)
Set an option value using dynamic method call
mixed
get(string $name)
Get an option value using dynamic method call
mixed
getOptions(int|null $type = null)
Get all options or a specific option type defined by user