public static class PgRDB.Cluster<R extends PgRDB> extends SharableResource.Cluster<R>
Thread.State, Thread.UncaughtExceptionHandler
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Constructor and Description |
---|
Cluster(long ttp) |
add, addAll, releaseResource, reserveResource, run, terminate
activeCount, 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, yield
public R reserveRDB()
public void releaseRDB(R r)
public boolean exists(PgRDB.Table table) throws SQLException
SQLException
public void createTable(PgRDB.Table table, Collection<PgRDB.Column> columns) throws SQLException
SQLException
public void createTable(PgRDB.Table table, PgRDB.Column... columns) throws SQLException
SQLException
public void dropTable(PgRDB.Table table) throws SQLException
SQLException
public void grantTableTo(PgRDB.Table table, String privilege, String to) throws SQLException
SQLException
public String createIndex(PgRDB.Table table, PgRDB.Column ct, boolean unique) throws SQLException
SQLException
public String createIndex(PgRDB.Table table, boolean unique, PgRDB.Column... columns) throws SQLException
SQLException
public boolean executeCommand(CharSequence command) throws SQLException
SQLException
public boolean executeCommandOutsideOfTransaction(CharSequence command) throws SQLException
SQLException
public List<List<String>> select(PgRDB.SQLPhrase... phrases) throws SQLException
SQLException
public List<List<String>> select(CharSequence query) throws SQLException
SQLException
public List<String> select1row(PgRDB.SQLPhrase... phrases) throws SQLException
SQLException
public List<String> select1row(CharSequence query) throws SQLException
SQLException
public List<String> select1(PgRDB.SQLPhrase... phrases) throws SQLException
SQLException
public List<String> select1(CharSequence query) throws SQLException
SQLException
public int count(PgRDB.Table table) throws SQLException
SQLException
public int count(PgRDB.From from, PgRDB.Where where) throws SQLException
SQLException
public void insertInto(PgRDB.Table table, Collection<PgRDB.Value> cvs) throws SQLException
SQLException
public void insertInto(PgRDB.Table table, PgRDB.Value... cvs) throws SQLException
SQLException
public void multipleInsertInto(PgRDB.Table table, Collection<Collection<PgRDB.Value>> cvs) throws SQLException
SQLException
public void deleteFrom(PgRDB.Table table, PgRDB.Where where) throws SQLException
SQLException
public void deleteFrom(PgRDB.Table table) throws SQLException
SQLException
public void deleteAndInsert(PgRDB.Table table, PgRDB.Where where, Collection<PgRDB.Value> cvs) throws SQLException
SQLException
public void deleteAndInsert(PgRDB.Table table, PgRDB.Where where, PgRDB.Value... cvs) throws SQLException
SQLException
public void deleteAndMultipleInsert(PgRDB.Table table, PgRDB.Where where, Collection<? extends Collection<PgRDB.Value>> cvs) throws SQLException
SQLException
public void multipleDeleteAndInsert(PgRDB.Table table, Collection<PgRDB.DeleteInsert> delins) throws SQLException
SQLException
public String max(PgRDB.Column column, PgRDB.Table table) throws SQLException
SQLException
public String min(PgRDB.Column column, PgRDB.Table table) throws SQLException
SQLException
public void vacuum(PgRDB.Table table) throws SQLException
SQLException
public void vacuum() throws SQLException
SQLException
EDB Working Group at Tue Jun 10 17:08:59 JST 2025