Native Database Components
Abstract: Native component support for InterBase, MySQL, Oracle, and PEAR
Native Components for InterBase
IBDatabase |
IBDatabase provides discrete control over a connection to a single InterBase database in a database application.

|
IBTable |
IBTable encapsulates a database table in a InterBase server.

|
IBQuery |
IBQuery represents a dataset with a result set that is based on an SQL statement.

|
IBStoredProc |
IBStoredProc encapsulates a stored procedure in an application.

|
|
|
Native Components for MySQL
MySQLDatabase |
MySQLDatabase provides discrete control over a connection to a single MySQL database in a database application.

|
MySQLTable |
MySQLTable encapsulates a database table in a MySQL server.

|
MySQLQuery |
MySQLQuery represents a dataset with a result set that is based on an SQL statement.

|
MySQLStoredProc |
MySQLStoredProc encapsulates a stored procedure in an application.

|
|
|
Native Components for Oracle
OracleDatabase |
OracleDatabase provides discrete control over a connection to a single Oracle database in a database application.

|
OracleTable |
OracleTable encapsulates a database table in a MySQL server.
 |
OracleQuery |
OracleQuery represents a dataset with a result set that is based on an SQL statement.

|
OracleStoredProc |
OracleStoredProc encapsulates a stored procedure in an application.

|
|
|
PEAR
PearDataGrid |
This grid uses PEAR objects to provide tabular information

|
|
|