Contains the configuration to be able to connect to a database.
Base interface for all objects that behave like a connection.
This is the result of the execution of a statement, contains basic information as the number or rows affected by the statement and the rows returned if there were any.
Represents the collection of rows that is returned from a statement inside a QueryResult
.
Represents a row from a database, allows clients to access rows by column number or column name.