Package | Description |
---|---|
io.odysz.semantic.DA | |
io.odysz.semantic.DA.cp | |
io.odysz.semantic.DA.drvmnger |
Modifier and Type | Class and Description |
---|---|
class |
AbsConnect<T extends AbsConnect<T>> |
Modifier and Type | Method and Description |
---|---|
static AbsConnect<?> |
AbsConnect.initDmConnect(String xmlDir,
io.odysz.common.dbtype type,
String jdbcUrl,
String usr,
String pswd,
boolean printSql,
boolean log) |
static AbsConnect<? extends AbsConnect<?>> |
AbsConnect.initPooledConnect(String xmlDir,
io.odysz.common.dbtype type,
String jdbcUrl,
String usr,
String pswd,
boolean printSql,
boolean log) |
AbsConnect<? extends AbsConnect<?>> |
AbsConnect.prop(String k,
String v) |
Modifier and Type | Method and Description |
---|---|
static AbsConnect<? extends AbsConnect<?>> |
AbsConnect.initPooledConnect(String xmlDir,
io.odysz.common.dbtype type,
String jdbcUrl,
String usr,
String pswd,
boolean printSql,
boolean log) |
AbsConnect<? extends AbsConnect<?>> |
AbsConnect.prop(String k,
String v) |
Modifier and Type | Class and Description |
---|---|
class |
CpConnect
Pooled connection manager.
|
Modifier and Type | Class and Description |
---|---|
class |
Msql2kDriver |
class |
MysqlDriver |
class |
OracleDriver |
class |
SqliteDriver2
All instance using the same connection.
Sqlite connection. SqliteDriver using sigle connection to avoid error: see StackOverflow: Getting [SQLITE_BUSY] database file is locked with select statements |
Copyright © 2024. All rights reserved.