Uses of Class
com.aoindustries.aoserv.client.postgresql.UserServer
-
Packages that use UserServer Package Description com.aoindustries.aoserv.client.postgresql -
-
Uses of UserServer in com.aoindustries.aoserv.client.postgresql
Methods in com.aoindustries.aoserv.client.postgresql that return UserServer Modifier and Type Method Description UserServerUserServerTable. get(int pkey)UserServerDatabase. getDatDBA()UserServerServer. getPostgresServerUser(User.Name username)UserServerUser. getPostgresServerUser(Server server)Methods in com.aoindustries.aoserv.client.postgresql that return types with arguments of type UserServer Modifier and Type Method Description List<UserServer>Server. getPostgresServerUsers()List<UserServer>User. getPostgresServerUsers()Methods in com.aoindustries.aoserv.client.postgresql with parameters of type UserServer Modifier and Type Method Description intServer. addPostgresDatabase(Database.Name name, UserServer datdba, Encoding encoding, boolean enablePostgis)
-