.. java:import:: java.sql PreparedStatement .. java:import:: java.sql SQLException .. java:import:: org.caosdb.server.database.access Access .. java:import:: org.caosdb.server.database.backend.interfaces SetFileChecksumImpl .. java:import:: org.caosdb.server.database.exceptions TransactionException .. java:import:: org.caosdb.server.entity EntityID MySQLSetFileChecksum ==================== .. java:package:: org.caosdb.server.database.backend.implementation.MySQL :noindex: .. java:type:: public class MySQLSetFileChecksum extends MySQLTransaction implements SetFileChecksumImpl Implements \ :java:ref:`SetFileChecksumImpl`\ for a MySQL/MariaDB back-end. :author: Timm Fitschen Fields ------ STMT_SET_CHECKSUM ^^^^^^^^^^^^^^^^^ .. java:field:: public static final String STMT_SET_CHECKSUM :outertype: MySQLSetFileChecksum Constructors ------------ MySQLSetFileChecksum ^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public MySQLSetFileChecksum(Access access) :outertype: MySQLSetFileChecksum Methods ------- execute ^^^^^^^ .. java:method:: @Override public void execute(EntityID id, String checksum) :outertype: MySQLSetFileChecksum