Application
Table of Contents
Interfaces
- MydbCredentialsInterface
- MydbEnvironmentInterface
- MydbEventInterface
- MydbEventMetadataInterface
- MydbExpressionInterface
- AdministrationStatementsInterface
- CommandInterface
- DataManipulationStatementsInterface
- These statements do not implicitly commit the current transaction.
- EncoderInterface
- QueryInterface
- RemoteResourceInterface
- TransactionInterface
- MydbInterface
- MydbListenerInterface
- MydbMysqliEscapeStringInterface
- MydbMysqliResultInterface
- MydbMysqliInterface
- MydbOptionsInterface
- MydbQueryBuilderInterface
- MydbRepositoryInterface
Classes
- Mydb
- MydbCredentials
- MydbEnvironment
- InternalConnectionBegin
- InternalConnectionEnd
- InternalEvent
- InternalQueryBegin
- InternalQueryEnd
- MydbEvent
- ConnectDefaultsException
- ConnectException
- DeleteException
- DisconnectException
- EnvironmentException
- EventException
- InternalException
- LoggerException
- OptionException
- QueryBuilderEscapeException
- QueryBuilderException
- RegistryException
- ServerGoneException
- TerminationSignalException
- TransactionAutocommitException
- TransactionBeginException
- TransactionBeginReadonlyException
- TransactionBeginReadwriteException
- TransactionCommitException
- TransactionIsolationException
- TransactionRollbackException
- UpdateException
- MydbException
- MydbExpression
- InternalListener
- MydbListener
- MydbLogger
- Implementation of PSR-3 Logger that will output to STDERR & STDOUT
- MydbMysqliResult
- MydbMysqli
- Facade for php mysqli extension
- MydbOptions
- MydbQueryBuilder
- MydbRegistry
- Singleton or registry helper to manage multiple Mydb instances
- MydbRepository