FDOPOSTGIS_API FdoStringP fdo::postgis::ov::ClassDefinition::GetTablePath (  )  const

Get fully qualified table path in following format "schema"."table" . Both names are wrapped with double quotes automatically according to the always quote strategy.

Returns:
String with full path of table.
For more details about quoting SQL identifiers in PostgreSQL database, see following chapter from the manual: 4.1.1. Identifiers and Key Words.