.. java:import:: java.sql PreparedStatement .. java:import:: java.sql SQLException .. java:import:: org.caosdb.server.accessControl Role .. java:import:: org.caosdb.server.database.access Access .. java:import:: org.caosdb.server.database.backend.interfaces InsertRoleImpl .. java:import:: org.caosdb.server.database.exceptions TransactionException MySQLInsertRole =============== .. java:package:: org.caosdb.server.database.backend.implementation.MySQL :noindex: .. java:type:: public class MySQLInsertRole extends MySQLTransaction implements InsertRoleImpl Fields ------ STMT_INSERT_ROLE ^^^^^^^^^^^^^^^^ .. java:field:: public static final String STMT_INSERT_ROLE :outertype: MySQLInsertRole Constructors ------------ MySQLInsertRole ^^^^^^^^^^^^^^^ .. java:constructor:: public MySQLInsertRole(Access access) :outertype: MySQLInsertRole Methods ------- insertRole ^^^^^^^^^^ .. java:method:: @Override public void insertRole(Role role) throws TransactionException :outertype: MySQLInsertRole