|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
See:
Description
| Interface Summary | |
| JDBCColumnHandler | This interface has to be implemented to provide DYNAMIC-columns with content and its used in class JDBCLogger. |
| JDBCConnectionHandler | This interface has to be implemented for your own database-connection-handling and its used in class JDBCLogger. |
| JDBCIDHandler | This interface has to be implemented to provide ID-columns with unique IDs and its used in class JDBCLogger. |
| JDBCPoolConnectionHandler | This interface has to be implemented for your own database-connection-handling and its used in class JDBCLogger. |
| JDBCSqlHandler | This interface has to be implemented to provide dynamic sql-statements and its used in class JDBCLogger. |
| Class Summary | |
| JDBCAppender | The JDBCAppender writes messages into a database via JDBC. |
| JDBCColumnStorage | Storage of the columns |
| JDBCDefaultConnectionHandler | This is a default JDBCConnectionHandler used by JDBCAppender |
| JDBCLogColumn | This class encapsulate all by class JDBCLogger needed data around a column |
| JDBCLogger | This class encapsulate the logic which is necessary to log into a table. |
| JDBCLogType | This class contains all constants which are necessary to define a columns log-type. |
| JDBCSequencer | simple Id handler. |
JDBCAppender implementation to log into a database.
|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||