Uses of Class
com.aoindustries.aoserv.client.mysql.Database
-
Packages that use Database Package Description com.aoindustries.aoserv.client.billing com.aoindustries.aoserv.client.mysql -
-
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. getMySQLDatabases() -
Uses of Database in com.aoindustries.aoserv.client.mysql
Methods in com.aoindustries.aoserv.client.mysql that return Database Modifier and Type Method Description DatabaseDatabaseTable. get(int pkey)DatabaseDatabaseUser. getMySQLDatabase()DatabaseServer. getMySQLDatabase(Database.Name name)Methods in com.aoindustries.aoserv.client.mysql that return types with arguments of type Database Modifier and Type Method Description List<CannotRemoveReason<Database>>Database. getCannotRemoveReasons()List<Database>DatabaseTable. getMySQLDatabases(Package pack)List<Database>Server. getMySQLDatabases()Methods in com.aoindustries.aoserv.client.mysql with parameters of type Database Modifier and Type Method Description intDatabaseUserTable. addMySQLDBUser(Database md, UserServer msu, boolean canSelect, boolean canInsert, boolean canUpdate, boolean canDelete, boolean canCreate, boolean canDrop, boolean canReference, boolean canIndex, boolean canAlter, boolean canCreateTempTable, boolean canLockTables, boolean canCreateView, boolean canShowView, boolean canCreateRoutine, boolean canAlterRoutine, boolean canExecute, boolean canEvent, boolean canTrigger)
-