GenericDatabase\Generic\Statements
Classes
The Metadata class represents metadata associated with a query, and it contains a single property $query of type QueryMetadata.
This class provides metadata for a database query, including the query string, arguments, columns, and rows.
This class represents metadata for database rows, including the number of rows fetched and affected by a query. Provides methods to get and set these values.
The GenericDatabase\Generic\Statements\Statement class is a class that represents a statement.