Package org.reldb.dbLogger

  • Class Summary
    Class Description
    Database
    A standard JDBC connection to a JDBC database.
    Flattener
    Copy a hierarchy of Map, List, and scalar value containment -- e.g., an instance/container-instance hierarchy of nested containers, such as a JSON object, HTML DOM, etc.
    Log
    Start of an ergonomic chain of Log.log(...).log(...).log(...).insert(logdb) invocations.
    LogChain
    A derivative of HashMap for holding log attribute/value pairs and invoking Log.insert().
    Logger
    A Logger provides facilities to log data to a SQL database table.
    SQLiteDatabase
    A standard JDBC connection to a SQLite database.