Package io.dialob.db.jdbc
Class MySQLDatabaseHelper
- java.lang.Object
-
- io.dialob.db.jdbc.AbstractDatabaseHelper
-
- io.dialob.db.jdbc.MySQLDatabaseHelper
-
- All Implemented Interfaces:
DatabaseHelper
public class MySQLDatabaseHelper extends AbstractDatabaseHelper
-
-
Constructor Summary
Constructors Constructor Description MySQLDatabaseHelper(String schema)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReaderextractStream(ResultSet rs, int i)StringjsonContains(String path)-
Methods inherited from class io.dialob.db.jdbc.AbstractDatabaseHelper
getSchema
-
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, fromJdbcId, jsonObject, jsonToBson, remap, serializeJson, tableName, toJdbcId, viewName
-
-
-
-
Constructor Detail
-
MySQLDatabaseHelper
public MySQLDatabaseHelper(String schema)
-
-
Method Detail
-
extractStream
public Reader extractStream(ResultSet rs, int i) throws SQLException
- Throws:
SQLException
-
-