.. java:import:: java.sql PreparedStatement .. java:import:: java.sql ResultSet .. java:import:: java.sql SQLException .. java:import:: java.util LinkedList .. java:import:: java.util Map .. java:import:: org.caosdb.server.accessControl Role .. java:import:: org.caosdb.server.database.access Access .. java:import:: org.caosdb.server.database.backend.interfaces RetrieveRoleImpl .. java:import:: org.caosdb.server.database.exceptions TransactionException .. java:import:: org.caosdb.server.database.proto ProtoUser .. java:import:: org.caosdb.server.permissions PermissionRule .. java:import:: org.eclipse.jetty.util.ajax JSON MySQLRetrieveRole ================= .. java:package:: org.caosdb.server.database.backend.implementation.MySQL :noindex: .. java:type:: public class MySQLRetrieveRole extends MySQLTransaction implements RetrieveRoleImpl Fields ------ STMT_RETRIEVE_ROLE ^^^^^^^^^^^^^^^^^^ .. java:field:: public static final String STMT_RETRIEVE_ROLE :outertype: MySQLRetrieveRole STMT_RETRIEVE_USERS ^^^^^^^^^^^^^^^^^^^ .. java:field:: public static final String STMT_RETRIEVE_USERS :outertype: MySQLRetrieveRole Constructors ------------ MySQLRetrieveRole ^^^^^^^^^^^^^^^^^ .. java:constructor:: public MySQLRetrieveRole(Access access) :outertype: MySQLRetrieveRole Methods ------- retrieve ^^^^^^^^ .. java:method:: @Override public Role retrieve(String role) throws TransactionException :outertype: MySQLRetrieveRole