Package adams.db.queries
Class QueriesH2
- java.lang.Object
-
- adams.db.queries.AbstractDatabaseQueries
-
- adams.db.queries.QueriesH2
-
- All Implemented Interfaces:
Serializable
public class QueriesH2 extends AbstractDatabaseQueries
H2 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 QueriesH2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
handles(String url)
Checks whether this URL is handled.String
limitKeyword()
Returns the keyword for limiting the number of rows.String
regexpKeyword()
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:
regexpKeyword
in classAbstractDatabaseQueries
- Returns:
- the keyword
-
limitKeyword
public String limitKeyword()
Returns the keyword for limiting the number of rows.- Specified by:
limitKeyword
in classAbstractDatabaseQueries
- Returns:
- the keyword
-
handles
public boolean handles(String url)
Checks whether this URL is handled.- Specified by:
handles
in classAbstractDatabaseQueries
- Parameters:
url
- the URL to check- Returns:
- true if handled by this type class
-
-