T - extension instance typepublic abstract class PostgresExtension<T> extends Object implements Extension<T>
| Constructor and Description |
|---|
PostgresExtension() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
deleteWhereSourceId(String sourceId) |
abstract void |
flush()
Write updates to disk.
|
static Timestamp |
inaccurateSqlTimestamp(DateTimeAccuracy dateTime) |
protected abstract void |
prepareStatements() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateInstance, createInstance, getInstanceTypespublic static Timestamp inaccurateSqlTimestamp(DateTimeAccuracy dateTime)
public abstract void flush()
public abstract void deleteWhereSourceId(String sourceId) throws SQLException
SQLExceptionprotected abstract void prepareStatements()
throws SQLException
SQLExceptionCopyright © 2013–2017 R.W.Majeed. All rights reserved.