Tables
The driver models the data in LDAP as a list of tables in a relational database that can be queried using standard SQL statements.
CData JDBC Driver for LDAP Tables
| Name | Description |
| Group | Stores a list of user names. Used to apply security principals on resources. |
| OrganizationalPerson | This class is used for objects that contain organizational information about a user, such as the employee number, department, manager, title, office address, and so on. |
| Person | Contains personal information about a user. |
| Top | The top level class from which all classes are derived. |
| User | This class is used to store information about an employee or contractor who works for an organization. It is also possible to apply this class to long term visitors. |