Package io.dialob.db.jdbc
Class AbstractDatabaseHelper
- java.lang.Object
-
- io.dialob.db.jdbc.AbstractDatabaseHelper
-
- All Implemented Interfaces:
DatabaseHelper
- Direct Known Subclasses:
DB2DatabaseHelper,MySQLDatabaseHelper,PostgreSQLDatabaseHelper
public abstract class AbstractDatabaseHelper extends Object implements DatabaseHelper
-
-
Constructor Summary
Constructors Constructor Description AbstractDatabaseHelper(String schema)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSchema()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.dialob.db.jdbc.DatabaseHelper
bsonToJson, extractStream, fromJdbcId, jsonContains, jsonObject, jsonToBson, remap, serializeJson, tableName, toJdbcId, viewName
-
-
-
-
Constructor Detail
-
AbstractDatabaseHelper
public AbstractDatabaseHelper(String schema)
-
-
Method Detail
-
getSchema
public String getSchema()
- Specified by:
getSchemain interfaceDatabaseHelper
-
-