Uses of Class
com.aoindustries.aoserv.client.postgresql.Server
-
Packages that use Server Package Description com.aoindustries.aoserv.client.linux com.aoindustries.aoserv.client.net com.aoindustries.aoserv.client.postgresql -
-
Uses of Server in com.aoindustries.aoserv.client.linux
Methods in com.aoindustries.aoserv.client.linux that return Server Modifier and Type Method Description ServerServer. getPostgresServer(Server.Name name)ServerServer. getPreferredPostgresServer()Methods in com.aoindustries.aoserv.client.linux that return types with arguments of type Server Modifier and Type Method Description List<Server>Server. getPostgresServers() -
Uses of Server in com.aoindustries.aoserv.client.net
Methods in com.aoindustries.aoserv.client.net that return Server Modifier and Type Method Description ServerBind. getPostgresServer() -
Uses of Server in com.aoindustries.aoserv.client.postgresql
Methods in com.aoindustries.aoserv.client.postgresql that return Server Modifier and Type Method Description ServerServerTable. get(int bind)ServerDatabase. getPostgresServer()ServerServerTable. getPostgresServer(Bind nb)ServerServerTable. getPostgresServer(Server.Name name, Server ao)ServerUserServer. getPostgresServer()Methods in com.aoindustries.aoserv.client.postgresql that return types with arguments of type Server Modifier and Type Method Description List<Server>ServerTable. getPostgresServers(Server ao)Methods in com.aoindustries.aoserv.client.postgresql with parameters of type Server Modifier and Type Method Description intUser. addPostgresServerUser(Server postgresServer)UserServerUser. getPostgresServerUser(Server server)
-