.. java:import:: java.sql PreparedStatement .. java:import:: java.sql ResultSet .. java:import:: java.sql SQLException .. java:import:: org.caosdb.server.database.access Access .. java:import:: org.caosdb.server.database.backend.interfaces RetrieveEntityACLImpl .. java:import:: org.caosdb.server.database.exceptions TransactionException .. java:import:: org.caosdb.server.database.proto VerySparseEntity MySQLRetrieveEntityACL ====================== .. java:package:: org.caosdb.server.database.backend.implementation.MySQL :noindex: .. java:type:: public class MySQLRetrieveEntityACL extends MySQLTransaction implements RetrieveEntityACLImpl Fields ------ STMT ^^^^ .. java:field:: public static final String STMT :outertype: MySQLRetrieveEntityACL Constructors ------------ MySQLRetrieveEntityACL ^^^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public MySQLRetrieveEntityACL(Access access) :outertype: MySQLRetrieveEntityACL Methods ------- execute ^^^^^^^ .. java:method:: @Override public VerySparseEntity execute(String id) :outertype: MySQLRetrieveEntityACL