.. java:import:: java.sql PreparedStatement .. java:import:: java.sql SQLException .. java:import:: java.util Set .. java:import:: org.caosdb.server.database.access Access .. java:import:: org.caosdb.server.database.backend.interfaces UpdateUserRolesImpl .. java:import:: org.caosdb.server.database.exceptions TransactionException MySQLUpdateUserRoles ==================== .. java:package:: org.caosdb.server.database.backend.implementation.MySQL :noindex: .. java:type:: public class MySQLUpdateUserRoles extends MySQLTransaction implements UpdateUserRolesImpl Fields ------ STMT_DELETE_USER_ROLES ^^^^^^^^^^^^^^^^^^^^^^ .. java:field:: public static final String STMT_DELETE_USER_ROLES :outertype: MySQLUpdateUserRoles STMT_INSERT_USER_ROLES ^^^^^^^^^^^^^^^^^^^^^^ .. java:field:: public static final String STMT_INSERT_USER_ROLES :outertype: MySQLUpdateUserRoles Constructors ------------ MySQLUpdateUserRoles ^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public MySQLUpdateUserRoles(Access access) :outertype: MySQLUpdateUserRoles Methods ------- updateUserRoles ^^^^^^^^^^^^^^^ .. java:method:: @Override public void updateUserRoles(String realm, String user, Set roles) throws TransactionException :outertype: MySQLUpdateUserRoles