.. java:import:: java.sql PreparedStatement .. java:import:: java.sql SQLIntegrityConstraintViolationException .. java:import:: org.caosdb.server.database.access Access .. java:import:: org.caosdb.server.database.backend.interfaces DeleteEntityPropertiesImpl .. java:import:: org.caosdb.server.database.exceptions IntegrityException .. java:import:: org.caosdb.server.database.exceptions TransactionException .. java:import:: org.caosdb.server.entity EntityID MySQLDeleteEntityProperties =========================== .. java:package:: org.caosdb.server.database.backend.implementation.MySQL :noindex: .. java:type:: public class MySQLDeleteEntityProperties extends MySQLTransaction implements DeleteEntityPropertiesImpl Fields ------ STMT_DELETE_ENTITY_PROPERTIES ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. java:field:: public static final String STMT_DELETE_ENTITY_PROPERTIES :outertype: MySQLDeleteEntityProperties Constructors ------------ MySQLDeleteEntityProperties ^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public MySQLDeleteEntityProperties(Access access) :outertype: MySQLDeleteEntityProperties Methods ------- execute ^^^^^^^ .. java:method:: @Override public void execute(EntityID id) throws TransactionException :outertype: MySQLDeleteEntityProperties