This class and it's children provides low-level access to database functions (stored procedures).
All methods of this class map one-to-one to database functions, or at least single SQL statements in the case of the few exceptions. This class is not designed to provide high-level functions with any intelligence, but rather just straightforward Java based access to the low-level database functions, which are reusable in building such higher-level WWWeeeDB functions. All methods on this class are static and protected and should not be exposed outside of WWWeeeDB.
Notice that this class doesn't group functions operating on Content Definitions following the ContentManager defined hierarchy - there is no Function.ContentDefinition.PageGroup.Page.Channel class grouping all the functions that operate on a Channel. Instead, the hierarchy is structured to mirror the functional operation based groupings from the DB.
|
|
|
|
|
|
|
|
|
|
|
|