In object-oriented programming, database elements are witten up as business objects to help control the data from the front end. BizObject is generic code written that can be used for any business object(such as bizPresident, bizParty etc.). Code is written to set up sql adapters and automatically create update, delete, and get sprocs for the passed in business object. Functions are written to check if a row is available, set the primary key value, and much more.