| Modifier and Type | Class and Description |
|---|---|
| public class | InformixDataHandler
Informix specific data handling. |
| public class | MySQLDataHandler
MySQL specific data handling. |
| public class | OracleDataHandler
Oracle specific data handling. |
| public class | PostgresqlDataHandler
Postgresql specific data handling. |
| public abstract class | RowIdHandler
Handle the rowid methods since the API is not available until JDBC 3.0. |
| public class | SQLServerDataHandler
SQLServer specific data handling. |
| public class | UpdateCountDataHandler
A data handler that keeps track of the update count for each execution of a Statement. |