public class DBInterface extends Object
| Constructor and Description |
|---|
DBInterface() |
| Modifier and Type | Method and Description |
|---|---|
static com.j256.ormlite.support.ConnectionSource |
connect() |
static com.j256.ormlite.support.ConnectionSource |
connect(String scope) |
static boolean |
dbAlreadyCreated(String scope) |
public static boolean dbAlreadyCreated(String scope)
SQLExceptionpublic static com.j256.ormlite.support.ConnectionSource connect(String scope) throws SQLException
SQLExceptionpublic static com.j256.ormlite.support.ConnectionSource connect()
throws SQLException
SQLExceptionCopyright © 2017. All Rights Reserved.