Class DBOMgr

java.lang.Object
fc.jdbc.dbo.DBOMgr
Direct Known Subclasses:
alltypesMgr

public class DBOMgr extends Object
The base Manager class which is extended by all generated "Mgr" classes.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static final Log
    Returns the logger that is used for all generated Manager classes.
    static final void
    setLog(Log newlog)
    Sets the logger for all generated Manager classes.

    Methods inherited from class Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getLog

      public static final Log getLog()
      Returns the logger that is used for all generated Manager classes.
    • setLog

      public static final void setLog(Log newlog)
      Sets the logger for all generated Manager classes.