Uses of Class
com.aoindustries.aoserv.client.postgresql.Database
-
Packages that use Database Package Description com.aoindustries.aoserv.client.billing com.aoindustries.aoserv.client.postgresql -
-
Uses of Database in com.aoindustries.aoserv.client.billing
Methods in com.aoindustries.aoserv.client.billing that return types with arguments of type Database Modifier and Type Method Description List<Database>Package. getPostgresDatabases() -
Uses of Database in com.aoindustries.aoserv.client.postgresql
Methods in com.aoindustries.aoserv.client.postgresql that return Database Modifier and Type Method Description DatabaseDatabaseTable. get(int pkey)DatabaseServer. getPostgresDatabase(Database.Name name)Methods in com.aoindustries.aoserv.client.postgresql that return types with arguments of type Database Modifier and Type Method Description List<CannotRemoveReason<Database>>Database. getCannotRemoveReasons()List<Database>DatabaseTable. getPostgresDatabases(Package pack)List<Database>Server. getPostgresDatabases()List<Database>UserServer. getPostgresDatabases()
-