Postgres_SqlConnection class

Inheritance

Constructors

Postgres_SqlConnection(String host, int port, String databaseName, String username, String password, {dynamic timeoutInSeconds, dynamic queryTimeoutInSeconds, dynamic timeZone, dynamic useSSL, dynamic isUnixSocket})
Postgres_SqlConnection.fromConnection(PostgreSQLExecutionContext con)
Postgres_SqlConnection.loadConnection(PostgreSQLConnection con)

Properties

className String
getter/setter pair
databaseName String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
host String
getter/setter pair
isUnixSocket bool
getter/setter pair
password String
getter/setter pair
port int
getter/setter pair
queryTimeoutInSeconds int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeoutInSeconds int
getter/setter pair
timeZone String
getter/setter pair
username String
getter/setter pair
useSSL bool
getter/setter pair

Methods

executeCommand(String methodName, String sql) Future<Either<ErrorSqlResult, ExecuteSuccesSqlResult>>
override
newConnection() → PostgreSQLExecutionContext
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openQuery(String methodName, String sql) Future<Either<ErrorSqlResult, SelectSuccesSqlResult>>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited