public class BackgroundObj_DAO extends Game_DAO
Modifier and Type | Field and Description |
---|---|
static BackgroundObj_DAO |
SINGLETON |
EMPTY_ARRAY_OF_STRINGS
Constructor and Description |
---|
BackgroundObj_DAO() |
Modifier and Type | Method and Description |
---|---|
boolean |
add(JSONArray objArr)
Adds the json data to the database.
|
StaticObj |
create(int objId)
Creates a background object based on the parameter received
and the query made to the database.
|
public static final BackgroundObj_DAO SINGLETON
public boolean add(JSONArray objArr) throws JSONException
JSONException
public StaticObj create(int objId)