Uses of Class
uk.org.ury.database.DatabaseDriver

Packages that use DatabaseDriver
uk.org.ury.library   
uk.org.ury.server The URY Server kernel. 
uk.org.ury.show   
 

Uses of DatabaseDriver in uk.org.ury.library
 

Methods in uk.org.ury.library with parameters of type DatabaseDriver
static java.util.List<LibraryItem> LibraryUtils.search(DatabaseDriver db, java.lang.String search)
          Perform a library search.
 

Uses of DatabaseDriver in uk.org.ury.server
 

Methods in uk.org.ury.server that return DatabaseDriver
 DatabaseDriver Server.getDatabaseConnection(UserClass userClass)
          Gets a database connection using the given user class.
 

Uses of DatabaseDriver in uk.org.ury.show
 

Methods in uk.org.ury.show with parameters of type DatabaseDriver
static java.util.List<ShowItem> ShowUtils.getChannelList(DatabaseDriver db, int showID, int channel)
          Given a show and a channel, retrieve a list of all show items bound to that channel for the show.
static java.util.List<java.lang.String> ShowUtils.getPublicFolders(DatabaseDriver db)
          Return the names of the public track folders, or "bins".