FixIO Documentation

Back to summary

import "io/sql/postgresql";

PostgreSQLConnection class

Provides connection to a PostgreSQL server.

Inherits from SQLConnection.

Initialization

static function open(hostname: String, port: Integer, username: String, password: String, database: String): SQLiteDatabase
Opens connection to a PostgreSQL server.