public static class PgRDB.Table extends PgRDB.Word implements Cloneable, Serializable
| Modifier and Type | Method and Description |
|---|---|
PgRDB.Table |
as(String a) |
void |
delete(PgRDB rdb,
PgRDB.Where where) |
void |
deleteAll(PgRDB rdb) |
String |
getAs() |
String |
getName() |
String |
toString() |
String |
toString(boolean use_as) |
boolean |
vacuum(PgRDB rdb) |
isEmptypublic Table(String tn)
public PgRDB.Table as(String a)
public String getName()
public String getAs()
public String toString()
toString in interface PgRDB.SQLTexttoString in class PgRDB.Wordpublic String toString(boolean use_as)
toString in interface PgRDB.SQLTexttoString in class PgRDB.Wordpublic void delete(PgRDB rdb, PgRDB.Where where) throws SQLException
SQLExceptionpublic void deleteAll(PgRDB rdb) throws SQLException
SQLExceptionpublic boolean vacuum(PgRDB rdb) throws SQLException
SQLExceptionEDB Working Group at Mon Dec 15 16:45:05 JST 2025