Class TdbOwnedDatabaseList

    • Constructor Detail

      • TdbOwnedDatabaseList

        public TdbOwnedDatabaseList​(TdbSession session)
                             throws TdbException
        Requests a list of databases owned by the calling process
        Parameters:
        session - Bounding session
        Throws:
        TdbException
      • TdbOwnedDatabaseList

        public TdbOwnedDatabaseList​(TdbSession session,
                                    java.lang.String type)
                             throws TdbException
        Requests a list of databases of a certain type owned by the calling process
        Parameters:
        session - Bounding session
        type - Database type
        Throws:
        TdbException