    
    Universe Manifest
        
        Sample_A (Sample_A.unv)
        Revision 0

        Description: This is the first sample universe for PyUnv tests. It uses the pyunv_a database.
        Comments: These are comments for the Sample_A universe.
        Created by: peckhda on 2009-09-23
        Modified by: peckhda on 2009-09-23
        
        Domain: None
        Database engine: Generic ODBC3 datasource
        Network layer: ODBC

    Strategies

        Object strategy: (Built-in) Standard Renaming

    Controls

        Query time limit: 37 minutes
        Query row limit: 54321 rows
        Cost estimate warning limit: 5 minutes
        Long text limit: 1234 characters

    SQL Parameters

        (pyunv does not support SQL parameters yet)

    Links
    
        (pyunv does not support links yet)

    Objects
        
        Public Orderinfo
            Orderinfo Id (9)  description: None, select: public.orderinfo.orderinfo_id, where: None
            Customer Id (10)  description: None, select: public.orderinfo.customer_id, where: None
            Date Placed (11)  description: None, select: public.orderinfo.date_placed, where: None
            Date Shipped (12)  description: None, select: public.orderinfo.date_shipped, where: None
            Shipping (13)  description: None, select: public.orderinfo.shipping, where: None
         		    
        Public Orderline
            Orderinfo Id (1)  description: None, select: public.orderline.orderinfo_id, where: None
            Item Id (2)  description: None, select: public.orderline.item_id, where: None
            Quantity (3)  description: None, select: public.orderline.quantity, where: None
             
    
        
        Public Customer2
            Customer Id (30)  description: None, select: public.customer.customer_id, where: None
            Title (31)  description: None, select: public.customer.title, where: None
            Fname (32)  description: None, select: public.customer.fname, where: None
            Lname (33)  description: None, select: public.customer.lname, where: None
            Addressline (34)  description: None, select: public.customer.addressline, where: None
            Town (35)  description: None, select: public.customer.town, where: None
            Zipcode (36)  description: None, select: public.customer.zipcode, where: None
            Phone (37)  description: None, select: public.customer.phone, where: None
             
        
        Public Customer
            Customer Id (14)  description: None, select: public.customer.customer_id, where: None
            Title (15)  description: None, select: public.customer.title, where: None
            Fname (16)  description: None, select: public.customer.fname, where: None
            Lname (17)  description: None, select: public.customer.lname, where: None
            Addressline (18)  description: None, select: public.customer.addressline, where: None
            Town (19)  description: None, select: public.customer.town, where: None
            Zipcode (20)  description: None, select: public.customer.zipcode, where: None
            Phone (21)  description: None, select: public.customer.phone, where: None
             
        
        Public Item
            Item Id (22)  description: None, select: public.item.item_id, where: None
            Description (23)  description: None, select: public.item.description, where: None
            Cost Price (24)  description: None, select: public.item.cost_price, where: None
            Sell Price (25)  description: None, select: public.item.sell_price, where: None
         		    
        Public Stock
            Item Id (28)  description: None, select: public.stock.item_id, where: None
            Quantity (29)  description: None, select: public.stock.quantity, where: None
             
		    
        Public Barcode
            Barcode Ean (26)  description: None, select: public.barcode.barcode_ean, where: None
            Item Id (27)  description: None, select: public.barcode.item_id, where: None
             
    
    
    
    Conditions
        
        Public Orderinfo
         		    
        Public Orderline
             
    
        
        Public Customer2
             
        
        Public Customer
             
        
        Public Item
            Expensive (2)  description: True for items that are expensive., where: 25 > 1000
            Cheap (3)  description: True for items that are cheap., where: 25 <= 1000
         		    
        Public Stock
            OutOfStock (1)  description: True when an item is out of stock., where: 29 = 0
             
		    
        Public Barcode
             
    
    
    
    Hierarchies
    
        (pyunv does not support hierarchies yet)

    Tables

        None.public.barcode  id 1
        None.public.customer  id 2
        None.public.item  id 3
        None.public.orderinfo  id 4
        None.public.orderline  id 5
        None.public.stock  id 6
        None.CheapItems  id 7
        None.ExpensiveItems  id 8
        None.SalesOrders  id 9
        None.Product  id 10
        None.LineItem  id 11

    Columns
    
        public.orderinfo.date_placed (id 17)
        public.orderinfo.date_shipped (id 18)
        public.barcode.barcode_ean (id 1)
        public.orderinfo.shipping (id 19)
        public.barcode.item_id (id 2)
        public.orderline.orderinfo_id (id 20)
        public.customer.customer_id (id 3)
        public.orderline.item_id (id 21)
        public.customer.title (id 4)
        public.orderline.quantity (id 22)
        public.customer.fname (id 5)
        public.stock.item_id (id 23)
        public.customer.lname (id 6)
        public.stock.quantity (id 24)
        public.customer.addressline (id 7)
        public.customer.town (id 8)
        public.customer.zipcode (id 9)
        public.customer.phone (id 10)
        public.item.item_id (id 11)
        public.item.description (id 12)
        public.item.cost_price (id 13)
        public.item.sell_price (id 14)
        public.orderinfo.orderinfo_id (id 15)
        public.orderinfo.customer_id (id 16)

    Joins

    
    Contexts
    
        (pyunv does not support contexts yet)
