public static class PgRDB.Cluster<R extends PgRDB> extends SharableResource.Cluster<R>
Thread.State, Thread.UncaughtExceptionHandlerMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description |
|---|
Cluster(long ttp) |
add, addAll, releaseResource, reserveResource, run, terminateactiveCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic R reserveRDB()
public void releaseRDB(R r)
public boolean exists(PgRDB.Table table) throws SQLException
SQLExceptionpublic void createTable(PgRDB.Table table, Collection<PgRDB.Column> columns) throws SQLException
SQLExceptionpublic void createTable(PgRDB.Table table, PgRDB.Column... columns) throws SQLException
SQLExceptionpublic void dropTable(PgRDB.Table table) throws SQLException
SQLExceptionpublic void grantTableTo(PgRDB.Table table, String privilege, String to) throws SQLException
SQLExceptionpublic String createIndex(PgRDB.Table table, PgRDB.Column ct, boolean unique) throws SQLException
SQLExceptionpublic String createIndex(PgRDB.Table table, boolean unique, PgRDB.Column... columns) throws SQLException
SQLExceptionpublic boolean executeCommand(CharSequence command) throws SQLException
SQLExceptionpublic boolean executeCommandOutsideOfTransaction(CharSequence command) throws SQLException
SQLExceptionpublic List<List<String>> select(PgRDB.SQLPhrase... phrases) throws SQLException
SQLExceptionpublic List<List<String>> select(CharSequence query) throws SQLException
SQLExceptionpublic List<String> select1row(PgRDB.SQLPhrase... phrases) throws SQLException
SQLExceptionpublic List<String> select1row(CharSequence query) throws SQLException
SQLExceptionpublic List<String> select1(PgRDB.SQLPhrase... phrases) throws SQLException
SQLExceptionpublic List<String> select1(CharSequence query) throws SQLException
SQLExceptionpublic int count(PgRDB.Table table) throws SQLException
SQLExceptionpublic int count(PgRDB.From from, PgRDB.Where where) throws SQLException
SQLExceptionpublic void insertInto(PgRDB.Table table, Collection<PgRDB.Value> cvs) throws SQLException
SQLExceptionpublic void insertInto(PgRDB.Table table, PgRDB.Value... cvs) throws SQLException
SQLExceptionpublic void multipleInsertInto(PgRDB.Table table, Collection<Collection<PgRDB.Value>> cvs) throws SQLException
SQLExceptionpublic void deleteFrom(PgRDB.Table table, PgRDB.Where where) throws SQLException
SQLExceptionpublic void deleteFrom(PgRDB.Table table) throws SQLException
SQLExceptionpublic void deleteAndInsert(PgRDB.Table table, PgRDB.Where where, Collection<PgRDB.Value> cvs) throws SQLException
SQLExceptionpublic void deleteAndInsert(PgRDB.Table table, PgRDB.Where where, PgRDB.Value... cvs) throws SQLException
SQLExceptionpublic void deleteAndMultipleInsert(PgRDB.Table table, PgRDB.Where where, Collection<? extends Collection<PgRDB.Value>> cvs) throws SQLException
SQLExceptionpublic void multipleDeleteAndInsert(PgRDB.Table table, Collection<PgRDB.DeleteInsert> delins) throws SQLException
SQLExceptionpublic String max(PgRDB.Column column, PgRDB.Table table) throws SQLException
SQLExceptionpublic String min(PgRDB.Column column, PgRDB.Table table) throws SQLException
SQLExceptionpublic void vacuum(PgRDB.Table table) throws SQLException
SQLExceptionpublic void vacuum()
throws SQLException
SQLExceptionEDB Working Group at Mon Dec 15 16:45:05 JST 2025