public static class PgRDB.Table extends PgRDB.Word implements Cloneable, Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
analyze(PgRDB rdb) |
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
SQLExceptionpublic boolean analyze(PgRDB rdb) throws SQLException
SQLExceptionEDB Working Group at Tue May 26 16:39:03 JST 2026