public class CookieTable
extends Object
Table information about 'plan_cookies'
-
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
TABLE_NAME
public static final String TABLE_NAME
- See Also:
-
-
-
WEB_USERNAME
public static final String WEB_USERNAME
- See Also:
-
-
COOKIE
public static final String COOKIE
- See Also:
-
-
IP_ADDRESS
public static final String IP_ADDRESS
- See Also:
-
-
EXPIRES
public static final String EXPIRES
- See Also:
-
-
INSERT_STATEMENT
public static final String INSERT_STATEMENT
- See Also:
-
-
DELETE_BY_COOKIE_STATEMENT
public static final String DELETE_BY_COOKIE_STATEMENT
- See Also:
-
-
DELETE_BY_USER_STATEMENT
public static final String DELETE_BY_USER_STATEMENT
- See Also:
-
-
DELETE_OLDER_STATEMENT
public static final String DELETE_OLDER_STATEMENT
- See Also:
-
-
DELETE_ALL_STATEMENT
public static final String DELETE_ALL_STATEMENT
- See Also:
-
-