public static class ExtRDB.ExtRDBColumn extends PgRDB.Column
| Modifier and Type | Field and Description |
|---|---|
(package private) Logistics.IdHandler |
idHdr |
| Constructor and Description |
|---|
ExtRDBColumn(String name,
Logistics.IdHandler hdr) |
ExtRDBColumn(String name,
String type,
boolean isArray,
Logistics.IdHandler hdr) |
| Modifier and Type | Method and Description |
|---|---|
PgRDB.Value |
createValue(Collection<Logistics.Id> ids) |
PgRDB.Value |
createValue(Logistics.Id id) |
PgRDB.Condition |
eq(Logistics.Id id) |
boolean |
hasIdHandler() |
List<Logistics.Id> |
parseToLogisticsIds(String value) |
between, between, between, between, createCondition, createCondition, createCondition, createCondition, createCondition, createValue, createValue, createValue, createValue, createValue, createValue, eq, eq, eq, eq, geq, geq, geq, geq, getName, getSQLType, getType, gt, gt, gt, gt, in, in, in, isArray, isBoolean, isFalse, isNumeral, isTrue, leq, leq, leq, leq, likes, likesIgnoreCase, lt, lt, lt, lt, matches, matchesIgnoreCase, neq, neq, neq, neq, notLikes, notLikesIgnoreCase, notMatches, notMatchesIgnoreCase, notNull, of, overlaps, overlaps, overlaps, parseArrayValue, toString, toStringisEmptyLogistics.IdHandler idHdr
public ExtRDBColumn(String name, String type, boolean isArray, Logistics.IdHandler hdr)
public ExtRDBColumn(String name, Logistics.IdHandler hdr)
public boolean hasIdHandler()
public List<Logistics.Id> parseToLogisticsIds(String value)
public PgRDB.Value createValue(Logistics.Id id)
public PgRDB.Value createValue(Collection<Logistics.Id> ids)
public PgRDB.Condition eq(Logistics.Id id)
EDB Working Group at Mon Dec 15 16:45:05 JST 2025