| Home >> All >> org >> acs >> damsel >> srvr >> [ db Javadoc ] |
org.acs.damsel.srvr.db: Javadoc index of package org.acs.damsel.srvr.db.
Package Samples:
org.acs.damsel.srvr.db
Classes:
AssetDB: Title: High-level database abstraction that deals with domain objects Description: A singleton class which abstracts access to the sql database; including adding to, removing from, and querying. This class deals with domain objects. SQL generation and JDBC connection handling are peformed by MidAssetDB and LowAssetDB, respectively. The general form of an interaction with the AssetDB class is as follows: 1. Get a handle on the AssetDB object 2. Call one of the high level methods (addAsset, getSchema, etc) 3. That method extracts the information from the domain object and calls a middle-tier method. ...
Table: Title: Abstracts SQL query result tables Description: This class is used to handle the results of SQL queries made on the database. It can be used to process data in from the results of a table or out into methods using the results data. The entries in the table can also be sorted and accessed by rows, columns, or individual cells.
DBUtils: Title: Database utility method package Description: This singleton class contains the high level methods for the AssetDB class. Methods include: the basic constructor, getPermissions, browse, and search, getCollections, getUsers, etc..
MidAssetDB: Title: Mid-level SQL query and statement generation Description: This singleton class contains the mid level methods for the AssetDB class. Methods include: the basic constructor, query, insert, and delete.
LowAssetDB: Title: Low-level database access via JDBC Description: This Class contains the low level methods of the AssetDB class. Methods include the basic constructor, executeQuery and executeStatement
TagNameNotFoundException: Title: TagNameNotFoundException Description: Exception is thrown by the table class when someone tries to access a tag that is not included in the Table instance.
TestAssetDB
TestDBUtils
TestLowAssetDB
TestMidAssetDB
TestTable
| Home | Contact Us | Privacy Policy | Terms of Service |