Package org.loboevolution.store
Class SQLiteCommon
java.lang.Object
org.loboevolution.store.SQLiteCommon
SQLiteCommon class.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Constant CHECK_CACHE="SELECT count(*) FROM cache WHERE baseUr"{trunked}static final String
Constant COOKIES=" SELECT DISTINCT cookieName, cookieValu"{trunked}static final String
Constant DELETE_ALL_CACHE="DELETE FROM cachestatic final String
Constant DELETE_WEBSTORAGE="DELETE FROM WEB_STORAGE WHER"{trunked}static final String
Constant DELETE_INPUT="DELETE FROM INPUT"static final String
Constant DELETE_INPUT="DELETE FROM INPUT"static final String
Constant DELETE_LINK="DELETE FROM LINK_VISITED"static final String
Constant DELETE_SOURCE_CACHE="DELETE FROM cache WHERE baseUrl = ?static final String
Constant DELETE_WEBSTORAGE="DELETE FROM WEB_STORAGE WHER"{trunked}static final String
Constant INPUT="SELECT DISTINCT value from INPUT where "{trunked}static final String
Constant INPUT="SELECT DISTINCT value from INPUT where "{trunked}static final String
Constant INSERT_CACHE="INSERT INTO CACHE (baseUrl, source, con"{trunked}static final String
Constant INSERT_COOKIES="INSERT INTO COOKIE (cookieName, cookieV"{trunked}static final String
Constant INSERT_INPUT="INSERT INTO INPUT (name, value) VALUES("{trunked}static final String
Constant INSERT_LINK="INSERT INTO LINK_VISITED VALUES(?)"static final String
Constant LINK="SELECT COUNT(*) FROM LINK_VISITED WHERE"{trunked}static final String
Constant SOURCE_CACHE="SELECT source FROM cache WHERE baseUrl "{trunked}static final String
Constant WEBSTORAGE="INSERT INTO WEB_STORAGE (key, value, session) "{trunked}static final String
Constant WEBSTORAGE_DELETE_KEY="DELETE FROM WEB_STORAGE WHER"{trunked}static final String
Constant LINK="SELECT NAME, VALUE FROM WEB_STORAGE"{trunked}static final String
Constant WEBSTORAGE_SIZE="SELECT COUNT(*) FROM LINK_VISITED WHERE"{trunked}static final String
Constant LINK="SELECT NAME FROM WEB_STORAGE WHERE"{trunked} -
Constructor Summary
-
Method Summary
-
Field Details
-
COOKIES
Constant COOKIES=" SELECT DISTINCT cookieName, cookieValu"{trunked}- See Also:
-
INSERT_COOKIES
Constant INSERT_COOKIES="INSERT INTO COOKIE (cookieName, cookieV"{trunked}- See Also:
-
SOURCE_CACHE
Constant SOURCE_CACHE="SELECT source FROM cache WHERE baseUrl "{trunked}- See Also:
-
CHECK_CACHE
Constant CHECK_CACHE="SELECT count(*) FROM cache WHERE baseUr"{trunked}- See Also:
-
INSERT_CACHE
Constant INSERT_CACHE="INSERT INTO CACHE (baseUrl, source, con"{trunked}- See Also:
-
INPUT
Constant INPUT="SELECT DISTINCT value from INPUT where "{trunked}- See Also:
-
INPUT_LIMIT
Constant INPUT="SELECT DISTINCT value from INPUT where "{trunked}- See Also:
-
INSERT_INPUT
Constant INSERT_INPUT="INSERT INTO INPUT (name, value) VALUES("{trunked}- See Also:
-
DELETE_INPUT
Constant DELETE_INPUT="DELETE FROM INPUT"- See Also:
-
DELETE_INPUT2
Constant DELETE_INPUT="DELETE FROM INPUT"- See Also:
-
DELETE_SOURCE_CACHE
Constant DELETE_SOURCE_CACHE="DELETE FROM cache WHERE baseUrl = ? AND"{trunked}- See Also:
-
DELETE_ALL_CACHE
Constant DELETE_ALL_CACHE="DELETE FROM cache- See Also:
-
DELETE_LINK
Constant DELETE_LINK="DELETE FROM LINK_VISITED"- See Also:
-
INSERT_LINK
Constant INSERT_LINK="INSERT INTO LINK_VISITED VALUES(?)"- See Also:
-
LINK
Constant LINK="SELECT COUNT(*) FROM LINK_VISITED WHERE"{trunked}- See Also:
-
WEBSTORAGE_VALUE
Constant LINK="SELECT NAME FROM WEB_STORAGE WHERE"{trunked}- See Also:
-
WEBSTORAGE_MAP
Constant LINK="SELECT NAME, VALUE FROM WEB_STORAGE"{trunked}- See Also:
-
WEBSTORAGE_DELETE_KEY
Constant WEBSTORAGE_DELETE_KEY="DELETE FROM WEB_STORAGE WHER"{trunked}- See Also:
-
DELETE_WEBSTORAGE
Constant DELETE_WEBSTORAGE="DELETE FROM WEB_STORAGE WHER"{trunked}- See Also:
-
DELETE_ALL_WEBSTORAGE
Constant DELETE_WEBSTORAGE="DELETE FROM WEB_STORAGE WHER"{trunked}- See Also:
-
WEBSTORAGE
Constant WEBSTORAGE="INSERT INTO WEB_STORAGE (key, value, session) "{trunked}- See Also:
-
WEBSTORAGE_SIZE
Constant WEBSTORAGE_SIZE="SELECT COUNT(*) FROM LINK_VISITED WHERE"{trunked}- See Also:
-
-
Constructor Details
-
SQLiteCommon
public SQLiteCommon()
-