Package adams.db.quirks
Class QuirksSQLite
- java.lang.Object
-
- adams.db.quirks.AbstractDatabaseQuirks
-
- adams.db.quirks.QuirksSQLite
-
- All Implemented Interfaces:
Serializable
public class QuirksSQLite extends AbstractDatabaseQuirks
SQLite 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 QuirksSQLite()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhandles(String url)Checks whether this URL is handled.booleantableExistsChecksCatalog()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:
tableExistsChecksCatalogin classAbstractDatabaseQuirks- Returns:
- true if to check
-
handles
public boolean handles(String url)
Checks whether this URL is handled.- Specified by:
handlesin classAbstractDatabaseQuirks- Parameters:
url- the URL to check- Returns:
- true if handled by this type class
-
-