Package:
Summary:
Connect to a MySQL database example
Groups:
Author:
Description:
This is a very simple class that is an example of how to connect to a MySQL database.
It can establish a connection to a given MySQL database server, choose the database to work with and close the database connection.
Package:
Summary:
Search for text in all tables of a MySQL database
Groups:
Author:
Description:
This class can be used to search for text in all tables of MySQL databases.
It can retrieve the list of tables and fields of a one or more MySQL databases.
The class can execute queries to perform searches for a given keyword in any of the fields of all records of all tables of the specified databases.
Package:
Summary:
Base class for implementing persistent arrays
Groups:
Author:
Description:
This is a base class for implementing persistent arrays.
It provides interfaces to access elements of arrays eventually stored in persistent data storage.
The actual implementation sub-classes should implement the functionality of storing and retrieving array data from persistent storage containers.
Package:
Summary:
Convert angles from degrees to decimal format
Groups:
Author:
Description:
This a simple class can be used to convert angles from degrees to decimal format.
It can convert an angle value given the values of the degrees, minutes and seconds to the decimal format.