From cee53b021632c95f1b4882664a31ca639a9b0700 Mon Sep 17 00:00:00 2001 From: Matt Windsor Date: Sun, 20 Mar 2011 16:38:51 +0000 Subject: Rewrite of server to use HttpCore example code; beginning of code reformat from GNU style to Java conventions. Code now includes Apache license code. --- .../org/ury/database/class-use/DatabaseDriver.html | 37 +++++++++++++++++++--- 1 file changed, 33 insertions(+), 4 deletions(-) (limited to 'doc/uk/org/ury/database/class-use/DatabaseDriver.html') diff --git a/doc/uk/org/ury/database/class-use/DatabaseDriver.html b/doc/uk/org/ury/database/class-use/DatabaseDriver.html index 64cc45f..ac09e36 100644 --- a/doc/uk/org/ury/database/class-use/DatabaseDriver.html +++ b/doc/uk/org/ury/database/class-use/DatabaseDriver.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.database.DatabaseDriver - + @@ -94,6 +94,10 @@ Packages that use +uk.org.ury.server +   + + uk.org.ury.show    @@ -116,7 +120,7 @@ Uses of -static java.util.List<LibraryItem> +static java.util.List<LibraryItem> LibraryUtils.search(DatabaseDriver db, java.lang.String search) @@ -126,6 +130,31 @@ Uses of + + + + +
+Uses of DatabaseDriver in uk.org.ury.server
+  +

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

@@ -142,7 +171,7 @@ Uses of +static java.util.List<ShowItem>
-static java.util.List<ShowItem> ShowUtils.getChannelList(DatabaseDriver db, int showID, int channel) -- cgit v1.2.3