public class AndroidRushConfig extends Object implements RushConfig
Constructor and Description |
---|
AndroidRushConfig(android.content.Context context) |
Modifier and Type | Method and Description |
---|---|
String |
dbName() |
int |
dbVersion() |
boolean |
inDebug() |
boolean |
log() |
boolean |
orderColumnsAlphabetically() |
boolean |
userBulkInsert() |
boolean |
usingMySql() |
public String dbName()
dbName
in interface RushConfig
public int dbVersion()
dbVersion
in interface RushConfig
public boolean inDebug()
inDebug
in interface RushConfig
public boolean log()
log
in interface RushConfig
public boolean usingMySql()
usingMySql
in interface RushConfig
public boolean userBulkInsert()
userBulkInsert
in interface RushConfig
public boolean orderColumnsAlphabetically()
orderColumnsAlphabetically
in interface RushConfig
Copyright © 2017. All rights reserved.