public abstract class Database
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Equals.
|
abstract java.lang.String |
getCheckStatement()
Returns a statement that shall not modify the database but
check if the database tables are created.
|
abstract java.lang.String |
getCreateString()
Must return a string with the SQL statement that creates
all tables from scratch.
|
java.lang.String |
getDbName()
Gets the db name.
|
int |
hashCode()
Hash code.
|
public java.lang.String getDbName()
public abstract java.lang.String getCreateString()
public abstract java.lang.String getCheckStatement()
This is an example:
update WISH_LIST set ENTRY_DATE = CURRENT_TIMESTAMP, WISH_ITEM = 'TEST ENTRY' where 1=3
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- the objCopyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa