.. 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 GetFileRecordByPathImpl .. java:import:: org.caosdb.server.database.exceptions TransactionException .. java:import:: org.caosdb.server.database.proto SparseEntity MySQLGetFileRecordByPath ======================== .. java:package:: org.caosdb.server.database.backend.implementation.MySQL :noindex: .. java:type:: public class MySQLGetFileRecordByPath extends MySQLTransaction implements GetFileRecordByPathImpl Retrieve the entity id of a file with the given path (or null). :author: Timm Fitschen Fields ------ STMT_GET_ID_BY_PATH ^^^^^^^^^^^^^^^^^^^ .. java:field:: public static final String STMT_GET_ID_BY_PATH :outertype: MySQLGetFileRecordByPath Constructors ------------ MySQLGetFileRecordByPath ^^^^^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public MySQLGetFileRecordByPath(Access access) :outertype: MySQLGetFileRecordByPath Methods ------- execute ^^^^^^^ .. java:method:: @Override public SparseEntity execute(String path) throws TransactionException :outertype: MySQLGetFileRecordByPath