.. 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 LogUserVisitImpl .. java:import:: org.caosdb.server.database.exceptions TransactionException MySQLLogUserVisit ================= .. java:package:: org.caosdb.server.database.backend.implementation.MySQL :noindex: .. java:type:: public class MySQLLogUserVisit extends MySQLTransaction implements LogUserVisitImpl Fields ------ LOG_USER_VISIT ^^^^^^^^^^^^^^ .. java:field:: public static final String LOG_USER_VISIT :outertype: MySQLLogUserVisit Constructors ------------ MySQLLogUserVisit ^^^^^^^^^^^^^^^^^ .. java:constructor:: public MySQLLogUserVisit(Access access) :outertype: MySQLLogUserVisit Methods ------- logUserReturnIsKnown ^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Override public boolean logUserReturnIsKnown(long timestamp, String realm, String username, String type) :outertype: MySQLLogUserVisit Return true if this is not the first visit of this user.