IAttributesAbstract
interface IAttributesAbstract (View source)
This interface defines the abstract methods for handling attributes in a database connection.
Methods
getInstance()
Get the connection instance.
getOptionsHandler()
Get the options handler instance.
void
set(string $name, mixed $value)
Set an attribute value using dynamic method call.
mixed
get(string $name)
Get an attribute value using dynamic method call.
Details
IConnection
getInstance()
Get the connection instance.
IOptions
getOptionsHandler()
Get the options handler instance.
void
set(string $name, mixed $value)
Set an attribute value using dynamic method call.
mixed
get(string $name)
Get an attribute value using dynamic method call.