public class ExtRDB extends PgRDB
| Modifier and Type | Class and Description |
|---|---|
static class |
ExtRDB.CommonValues |
static class |
ExtRDB.ExtRDBColumn |
static class |
ExtRDB.ExtRDBTable |
PgRDB.Cluster<R extends PgRDB>, PgRDB.Column, PgRDB.Condition, PgRDB.DeleteInsert, PgRDB.Exists, PgRDB.Fields, PgRDB.From, PgRDB.GroupBy, PgRDB.Limit, PgRDB.Logic, PgRDB.NotExists, PgRDB.OrderBy, PgRDB.Phrase, PgRDB.RDBCreator<R>, PgRDB.Select, PgRDB.SQLPhrase, PgRDB.SQLText, PgRDB.Table, PgRDB.Value, PgRDB.Where, PgRDB.Word| Modifier and Type | Field and Description |
|---|---|
static PgRDB.Column |
c_age
milliseconds from epoch at register on RDB
|
static PgRDB.Column |
c_retr
milliseconds from epoch at retrieved from external database
|
connection, CT_Boolean, CT_Double, CT_Integer, CT_Long, CT_Real, CT_String, PG_TABLES, PG_TABLES_tablename, PgTables, PgTables_tablename| Modifier and Type | Method and Description |
|---|---|
protected static Collection<PgRDB.Value> |
addCommonValues(long now,
long retr,
Collection<PgRDB.Value> values)
Add common column values
|
static UTLF |
extrdbRetrieveContentAsEncapsulatedUTLF(UTLFId id,
String title,
ExtRDB.ExtRDBTable table,
PgRDB.Column c_content,
PgRDB.Condition condition,
String mimetype,
String scope)
ExtRDBからコンテンツを得る.
|
close, count, count, createCluster, createIndex, createIndex, createTable, createTable, deleteAndInsert, deleteAndInsert, deleteAndMultipleInsert, deleteFrom, deleteFrom, dropTable, executeBatch, executeBatch, executeCommandOutsideOfTransaction, exists, getConnection, getRDB, grantTableTo, insertInto, insertInto, isAvailable, literalToTextArray, max, min, multipleDeleteAndInsert, multipleInsertInto, open, printSQLError, printSQLError, select, select, select1, select1, select1row, select1row, textToLiteral, textToLiteral, textToLiteral, vacuum, vacuumidlingTime, isReserved, isReservedByMe, release, renew, reserve, tryReservepublic static PgRDB.Column c_age
public static PgRDB.Column c_retr
public ExtRDB(String url)
protected static Collection<PgRDB.Value> addCommonValues(long now, long retr, Collection<PgRDB.Value> values)
now - registration timestamp (milliseconds from epoch).retr - retrieval timestamp (milliseconds from epoch).values - table specific values.public static UTLF extrdbRetrieveContentAsEncapsulatedUTLF(UTLFId id, String title, ExtRDB.ExtRDBTable table, PgRDB.Column c_content, PgRDB.Condition condition, String mimetype, String scope)
id - UTLFのIdtitle - UTLFのタイトルtable - ExtRDBのテーブルc_content - ExtRDBのカラムcondition - ExtRDBのレコードの条件式mimetype - コンテンツのMimeTypescope - コンテンツのスコープEDB Working Group at Mon Dec 15 16:45:05 JST 2025