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) |
isEmpty
public Table(String tn)
public PgRDB.Table as(String a)
public String getName()
public String getAs()
public String toString()
toString
in interface PgRDB.SQLText
toString
in class PgRDB.Word
public String toString(boolean use_as)
toString
in interface PgRDB.SQLText
toString
in class PgRDB.Word
public void delete(PgRDB rdb, PgRDB.Where where) throws SQLException
SQLException
public void deleteAll(PgRDB rdb) throws SQLException
SQLException
public boolean vacuum(PgRDB rdb) throws SQLException
SQLException
EDB Working Group at Tue Jun 10 17:08:59 JST 2025