Package adams.db.queries
Class QueriesMySQL
- java.lang.Object
-
- adams.db.queries.AbstractDatabaseQueries
-
- adams.db.queries.QueriesMySQL
-
- All Implemented Interfaces:
Serializable
public class QueriesMySQL extends AbstractDatabaseQueries
MySQL 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 QueriesMySQL()
-
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
-
-