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