Package adams.db.queries
Class QueriesSQLite
- java.lang.Object
-
- adams.db.queries.AbstractDatabaseQueries
-
- adams.db.queries.QueriesSQLite
-
- All Implemented Interfaces:
Serializable
public class QueriesSQLite extends AbstractDatabaseQueries
SQLite queries.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class adams.db.queries.AbstractDatabaseQueries
m_Cache, m_Types
-
-
Constructor Summary
Constructors Constructor Description QueriesSQLite()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhandles(String url)Checks whether this URL is handled.StringlimitKeyword()Returns the keyword for limiting the number of rows.StringregexpKeyword()Returns the keyword for regular expression matching in queries.-
Methods inherited from class adams.db.queries.AbstractDatabaseQueries
getHandler, limit, regexp, regexp
-
-
-
-
Method Detail
-
regexpKeyword
public String regexpKeyword()
Returns the keyword for regular expression matching in queries.- Specified by:
regexpKeywordin classAbstractDatabaseQueries- Returns:
- the keyword
-
limitKeyword
public String limitKeyword()
Returns the keyword for limiting the number of rows.- Specified by:
limitKeywordin classAbstractDatabaseQueries- Returns:
- the keyword
-
handles
public boolean handles(String url)
Checks whether this URL is handled.- Specified by:
handlesin classAbstractDatabaseQueries- Parameters:
url- the URL to check- Returns:
- true if handled by this type class
-
-