.. 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 IsSubTypeImpl .. java:import:: org.caosdb.server.database.exceptions TransactionException .. java:import:: org.caosdb.server.entity EntityID MySQLIsSubType ============== .. java:package:: org.caosdb.server.database.backend.implementation.MySQL :noindex: .. java:type:: public class MySQLIsSubType extends MySQLTransaction implements IsSubTypeImpl Fields ------ STMT_IS_SUBTYPE ^^^^^^^^^^^^^^^ .. java:field:: public static final String STMT_IS_SUBTYPE :outertype: MySQLIsSubType Constructors ------------ MySQLIsSubType ^^^^^^^^^^^^^^ .. java:constructor:: public MySQLIsSubType(Access access) :outertype: MySQLIsSubType Methods ------- execute ^^^^^^^ .. java:method:: @Override public boolean execute(EntityID child, EntityID parent) throws TransactionException :outertype: MySQLIsSubType