Please see TMySQLDatabase methods short descriptions below:
Reserved for future implementation.
Changes current user and database without re-establishing database connection. MySQL's library mysql_change_user() function analog.
Closes the connection.
Closes all datasets associated with the database component without disconnecting from the
database server.
Permanently stores updates, insertions, and deletions of data associated with the current
transaction, and ends the current transactions.
Connects TmySQLDatabase to MySQL database.
Connects TmySQLDatabase to MySQL database with "MySQL connection options" dialog.
Creates an instance of a TMySQLDataBase component.
Destroys the instance of a database component.
Closes connection with database.
Executes an SQL statement.
Returns database's code page.
Returns a string that represents the client library version.
Returns character set name string for current database.
Returns collation name string for current database.
Populates a stringlist with the names of persistent MySQL databases.
Returns a string describing the type of connection in use. Depricated method.
Returns quoted identifier if server supports backquote character (`).
Returns the protocol version used by current connection.
Returns a server version number string.
Returns MySQLadmin status info.
Populates a string list with the names of tables associated with a specified database component.
Kills a thread.
Opens the connection.
Pings MySQL server.
Cancels all updates, insertions, and deletions for the current transaction and ends the
transaction.
Methods of this group execute SQL Query and return result as single value casted to XXX type.
Begins a new transaction against the database server.