MySQLGetFileRecordByPath

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

public static final String STMT_GET_ID_BY_PATH

Constructors

MySQLGetFileRecordByPath

public MySQLGetFileRecordByPath(Access access)

Methods

execute

public SparseEntity execute(String path)