Package adams.db.quirks
Class QuirksMySQL
- java.lang.Object
-
- adams.db.quirks.AbstractDatabaseQuirks
-
- adams.db.quirks.QuirksMySQL
-
- All Implemented Interfaces:
Serializable
public class QuirksMySQL extends AbstractDatabaseQuirks
MySQL quirks.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class adams.db.quirks.AbstractDatabaseQuirks
m_Cache, m_Types
-
-
Constructor Summary
Constructors Constructor Description QuirksMySQL()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
handles(String url)
Checks whether this URL is handled.boolean
tableExistsChecksCatalog()
Whether theSQLIntf.tableExists(String)
method checks the catalog as well.-
Methods inherited from class adams.db.quirks.AbstractDatabaseQuirks
getHandler
-
-
-
-
Method Detail
-
tableExistsChecksCatalog
public boolean tableExistsChecksCatalog()
Whether theSQLIntf.tableExists(String)
method checks the catalog as well.- Specified by:
tableExistsChecksCatalog
in classAbstractDatabaseQuirks
- Returns:
- true if to check
-
handles
public boolean handles(String url)
Checks whether this URL is handled.- Specified by:
handles
in classAbstractDatabaseQuirks
- Parameters:
url
- the URL to check- Returns:
- true if handled by this type class
-
-