Zymba Documentation
SQL.PostgreSQL
object @SQL.PostgreSQL(@SQL.Connection) {
construct(string $server, string $dbname, string $username, string $password) {}
disableTracing(): $this {}
enableTracing(string $path): $this {}
getHost(): string {}
getPort(): int {}
insertReturning(string $table, object $data, object $fields, bool $indexed): object {}
isConnected(): bool {}
}
PostgreSQL connection prototype.