LibpqBindings class

Constructors

LibpqBindings(DynamicLibrary dynamicLibrary)
The symbols are looked up in dynamicLibrary.
LibpqBindings.fromLookup(Pointer<T> lookup<T extends NativeType>(String symbolName))
The symbols are looked up with lookup.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clearerr(Pointer<FILE> _Stream) → void
clearerr_s(Pointer<FILE> _Stream) int
fclose(Pointer<FILE> _Stream) int
fcloseall() int
fdopen(int _FileHandle, Pointer<Char> _Format) Pointer<FILE>
feof(Pointer<FILE> _Stream) int
ferror(Pointer<FILE> _Stream) int
fflush(Pointer<FILE> _Stream) int
fgetc(Pointer<FILE> _Stream) int
fgetchar() int
fgetpos(Pointer<FILE> _Stream, Pointer<fpos_t> _Position) int
fgets(Pointer<Char> _Buffer, int _MaxCount, Pointer<FILE> _Stream) Pointer<Char>
fgetwc(Pointer<FILE> _Stream) int
fgetws(Pointer<WChar> _Buffer, int _BufferCount, Pointer<FILE> _Stream) Pointer<WChar>
fileno(Pointer<FILE> _Stream) int
flushall() int
fopen(Pointer<Char> _FileName, Pointer<Char> _Mode) Pointer<FILE>
fopen_s(Pointer<Pointer<FILE>> _Stream, Pointer<Char> _FileName, Pointer<Char> _Mode) int
fputc(int _Character, Pointer<FILE> _Stream) int
fputchar(int _Ch) int
fputs(Pointer<Char> _Buffer, Pointer<FILE> _Stream) int
fputwc(int _Character, Pointer<FILE> _Stream) int
fputws(Pointer<WChar> _Buffer, Pointer<FILE> _Stream) int
fread(Pointer<Void> _Buffer, int _ElementSize, int _ElementCount, Pointer<FILE> _Stream) int
fread_s(Pointer<Void> _Buffer, int _BufferSize, int _ElementSize, int _ElementCount, Pointer<FILE> _Stream) int
freopen(Pointer<Char> _FileName, Pointer<Char> _Mode, Pointer<FILE> _Stream) Pointer<FILE>
freopen_s(Pointer<Pointer<FILE>> _Stream, Pointer<Char> _FileName, Pointer<Char> _Mode, Pointer<FILE> _OldStream) int
fseek(Pointer<FILE> _Stream, int _Offset, int _Origin) int
fsetpos(Pointer<FILE> _Stream, Pointer<fpos_t> _Position) int
ftell(Pointer<FILE> _Stream) int
fwrite(Pointer<Void> _Buffer, int _ElementSize, int _ElementCount, Pointer<FILE> _Stream) int
getc(Pointer<FILE> _Stream) int
getchar() int
gets_s(Pointer<Char> _Buffer, int _Size) Pointer<Char>
getw(Pointer<FILE> _Stream) int
getwc(Pointer<FILE> _Stream) int
getwchar() int
lo_close(Pointer<PGconn> conn, int fd) int
lo_creat(Pointer<PGconn> conn, int mode) int
lo_create(Pointer<PGconn> conn, int lobjId) int
lo_export(Pointer<PGconn> conn, int lobjId, Pointer<Char> filename) int
lo_import(Pointer<PGconn> conn, Pointer<Char> filename) int
lo_import_with_oid(Pointer<PGconn> conn, Pointer<Char> filename, int lobjId) int
lo_lseek(Pointer<PGconn> conn, int fd, int offset, int whence) int
lo_lseek64(Pointer<PGconn> conn, int fd, int offset, int whence) int
lo_open(Pointer<PGconn> conn, int lobjId, int mode) int
lo_read(Pointer<PGconn> conn, int fd, Pointer<Char> buf, int len) int
lo_tell(Pointer<PGconn> conn, int fd) int
lo_tell64(Pointer<PGconn> conn, int fd) int
lo_truncate(Pointer<PGconn> conn, int fd, int len) int
lo_truncate64(Pointer<PGconn> conn, int fd, int len) int
lo_write(Pointer<PGconn> conn, int fd, Pointer<Char> buf, int len) int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
perror(Pointer<Char> _ErrorMessage) → void
pg_char_to_encoding(Pointer<Char> name) int
pg_encoding_to_char(int encoding) Pointer<Char>
pg_valid_server_encoding_id(int encoding) int
PQbackendPID(Pointer<PGconn> conn) int
PQbinaryTuples(Pointer<PGresult> res) int
PQcancel(Pointer<PGcancel> cancel, Pointer<Char> errbuf, int errbufsize) int
PQchangePassword(Pointer<PGconn> conn, Pointer<Char> user, Pointer<Char> passwd) Pointer<PGresult>
PQclear(Pointer<PGresult> res) → void
PQclientEncoding(Pointer<PGconn> conn) int
PQclosePortal(Pointer<PGconn> conn, Pointer<Char> portal) Pointer<PGresult>
PQclosePrepared(Pointer<PGconn> conn, Pointer<Char> stmt) Pointer<PGresult>
PQcmdStatus(Pointer<PGresult> res) Pointer<Char>
PQcmdTuples(Pointer<PGresult> res) Pointer<Char>
PQconndefaults() Pointer<PQconninfoOption>
PQconnectdb(Pointer<Char> conninfo) Pointer<PGconn>
PQconnectdbParams(Pointer<Pointer<Char>> keywords, Pointer<Pointer<Char>> values, int expand_dbname) Pointer<PGconn>
PQconnectionNeedsPassword(Pointer<PGconn> conn) int
PQconnectionUsedGSSAPI(Pointer<PGconn> conn) int
PQconnectionUsedPassword(Pointer<PGconn> conn) int
PQconnectPoll(Pointer<PGconn> conn) int
PQconnectStart(Pointer<Char> conninfo) Pointer<PGconn>
PQconnectStartParams(Pointer<Pointer<Char>> keywords, Pointer<Pointer<Char>> values, int expand_dbname) Pointer<PGconn>
PQconninfo(Pointer<PGconn> conn) Pointer<PQconninfoOption>
PQconninfoFree(Pointer<PQconninfoOption> connOptions) → void
PQconninfoParse(Pointer<Char> conninfo, Pointer<Pointer<Char>> errmsg) Pointer<PQconninfoOption>
PQconsumeInput(Pointer<PGconn> conn) int
PQcopyResult(Pointer<PGresult> src, int flags) Pointer<PGresult>
PQdb(Pointer<PGconn> conn) Pointer<Char>
PQdefaultSSLKeyPassHook_OpenSSL(Pointer<Char> buf, int size, Pointer<PGconn> conn) int
PQdescribePortal(Pointer<PGconn> conn, Pointer<Char> portal) Pointer<PGresult>
PQdescribePrepared(Pointer<PGconn> conn, Pointer<Char> stmt) Pointer<PGresult>
PQdisplayTuples(Pointer<PGresult> res, Pointer<FILE> fp, int fillAlign, Pointer<Char> fieldSep, int printHeader, int quiet) → void
PQdsplen(Pointer<Char> s, int encoding) int
PQencryptPassword(Pointer<Char> passwd, Pointer<Char> user) Pointer<Char>
PQencryptPasswordConn(Pointer<PGconn> conn, Pointer<Char> passwd, Pointer<Char> user, Pointer<Char> algorithm) Pointer<Char>
PQendcopy(Pointer<PGconn> conn) int
PQenterPipelineMode(Pointer<PGconn> conn) int
PQenv2encoding() int
PQerrorMessage(Pointer<PGconn> conn) Pointer<Char>
PQescapeBytea(Pointer<UnsignedChar> from, int from_length, Pointer<Size> to_length) Pointer<UnsignedChar>
PQescapeByteaConn(Pointer<PGconn> conn, Pointer<UnsignedChar> from, int from_length, Pointer<Size> to_length) Pointer<UnsignedChar>
PQescapeIdentifier(Pointer<PGconn> conn, Pointer<Char> str, int len) Pointer<Char>
PQescapeLiteral(Pointer<PGconn> conn, Pointer<Char> str, int len) Pointer<Char>
PQescapeString(Pointer<Char> to, Pointer<Char> from, int length) int
PQescapeStringConn(Pointer<PGconn> conn, Pointer<Char> to, Pointer<Char> from, int length, Pointer<Int> error) int
PQexec(Pointer<PGconn> conn, Pointer<Char> query) Pointer<PGresult>
PQexecParams(Pointer<PGconn> conn, Pointer<Char> command, int nParams, Pointer<Oid> paramTypes, Pointer<Pointer<Char>> paramValues, Pointer<Int> paramLengths, Pointer<Int> paramFormats, int resultFormat) Pointer<PGresult>
PQexecPrepared(Pointer<PGconn> conn, Pointer<Char> stmtName, int nParams, Pointer<Pointer<Char>> paramValues, Pointer<Int> paramLengths, Pointer<Int> paramFormats, int resultFormat) Pointer<PGresult>
PQexitPipelineMode(Pointer<PGconn> conn) int
PQfformat(Pointer<PGresult> res, int field_num) int
PQfinish(Pointer<PGconn> conn) → void
PQflush(Pointer<PGconn> conn) int
PQfmod(Pointer<PGresult> res, int field_num) int
PQfn(Pointer<PGconn> conn, int fnid, Pointer<Int> result_buf, Pointer<Int> result_len, int result_is_int, Pointer<PQArgBlock> args, int nargs) Pointer<PGresult>
PQfname(Pointer<PGresult> res, int field_num) Pointer<Char>
PQfnumber(Pointer<PGresult> res, Pointer<Char> field_name) int
PQfreeCancel(Pointer<PGcancel> cancel) → void
PQfreemem(Pointer<Void> ptr) → void
PQfsize(Pointer<PGresult> res, int field_num) int
PQftable(Pointer<PGresult> res, int field_num) int
PQftablecol(Pointer<PGresult> res, int field_num) int
PQftype(Pointer<PGresult> res, int field_num) int
PQgetCancel(Pointer<PGconn> conn) Pointer<PGcancel>
PQgetCopyData(Pointer<PGconn> conn, Pointer<Pointer<Char>> buffer, int async1) int
PQgetgssctx(Pointer<PGconn> conn) Pointer<Void>
PQgetisnull(Pointer<PGresult> res, int tup_num, int field_num) int
PQgetlength(Pointer<PGresult> res, int tup_num, int field_num) int
PQgetline(Pointer<PGconn> conn, Pointer<Char> buffer, int length) int
PQgetlineAsync(Pointer<PGconn> conn, Pointer<Char> buffer, int bufsize) int
PQgetResult(Pointer<PGconn> conn) Pointer<PGresult>
PQgetssl(Pointer<PGconn> conn) Pointer<Void>
PQgetSSLKeyPassHook_OpenSSL() PQsslKeyPassHook_OpenSSL_type
PQgetvalue(Pointer<PGresult> res, int tup_num, int field_num) Pointer<Char>
PQgssEncInUse(Pointer<PGconn> conn) int
PQhost(Pointer<PGconn> conn) Pointer<Char>
PQhostaddr(Pointer<PGconn> conn) Pointer<Char>
PQinitOpenSSL(int do_ssl, int do_crypto) → void
PQinitSSL(int do_init) → void
PQisBusy(Pointer<PGconn> conn) int
PQisnonblocking(Pointer<PGconn> conn) int
PQisthreadsafe() int
PQlibVersion() int
PQmakeEmptyPGresult(Pointer<PGconn> conn, int status) Pointer<PGresult>
PQmblen(Pointer<Char> s, int encoding) int
PQmblenBounded(Pointer<Char> s, int encoding) int
PQnfields(Pointer<PGresult> res) int
PQnotifies(Pointer<PGconn> conn) Pointer<PGnotify>
PQnparams(Pointer<PGresult> res) int
PQntuples(Pointer<PGresult> res) int
PQoidStatus(Pointer<PGresult> res) Pointer<Char>
PQoidValue(Pointer<PGresult> res) int
PQoptions(Pointer<PGconn> conn) Pointer<Char>
PQparameterStatus(Pointer<PGconn> conn, Pointer<Char> paramName) Pointer<Char>
PQparamtype(Pointer<PGresult> res, int param_num) int
PQpass(Pointer<PGconn> conn) Pointer<Char>
PQping(Pointer<Char> conninfo) int
PQpingParams(Pointer<Pointer<Char>> keywords, Pointer<Pointer<Char>> values, int expand_dbname) int
PQpipelineStatus(Pointer<PGconn> conn) int
PQpipelineSync(Pointer<PGconn> conn) int
PQport(Pointer<PGconn> conn) Pointer<Char>
PQprepare(Pointer<PGconn> conn, Pointer<Char> stmtName, Pointer<Char> query, int nParams, Pointer<Oid> paramTypes) Pointer<PGresult>
PQprint(Pointer<FILE> fout, Pointer<PGresult> res, Pointer<PQprintOpt> po) → void
PQprintTuples(Pointer<PGresult> res, Pointer<FILE> fout, int PrintAttNames, int TerseOutput, int colWidth) → void
PQprotocolVersion(Pointer<PGconn> conn) int
PQputCopyData(Pointer<PGconn> conn, Pointer<Char> buffer, int nbytes) int
PQputCopyEnd(Pointer<PGconn> conn, Pointer<Char> errormsg) int
PQputline(Pointer<PGconn> conn, Pointer<Char> string) int
PQputnbytes(Pointer<PGconn> conn, Pointer<Char> buffer, int nbytes) int
PQregisterThreadLock(pgthreadlock_t newhandler) pgthreadlock_t
PQrequestCancel(Pointer<PGconn> conn) int
PQreset(Pointer<PGconn> conn) → void
PQresetPoll(Pointer<PGconn> conn) int
PQresetStart(Pointer<PGconn> conn) int
PQresStatus(int status) Pointer<Char>
PQresultAlloc(Pointer<PGresult> res, int nBytes) Pointer<Void>
PQresultErrorField(Pointer<PGresult> res, int fieldcode) Pointer<Char>
PQresultErrorMessage(Pointer<PGresult> res) Pointer<Char>
PQresultMemorySize(Pointer<PGresult> res) int
PQresultStatus(Pointer<PGresult> res) int
PQresultVerboseErrorMessage(Pointer<PGresult> res, int verbosity, int show_context) Pointer<Char>
PQsendClosePortal(Pointer<PGconn> conn, Pointer<Char> portal) int
PQsendClosePrepared(Pointer<PGconn> conn, Pointer<Char> stmt) int
PQsendDescribePortal(Pointer<PGconn> conn, Pointer<Char> portal) int
PQsendDescribePrepared(Pointer<PGconn> conn, Pointer<Char> stmt) int
PQsendFlushRequest(Pointer<PGconn> conn) int
PQsendPrepare(Pointer<PGconn> conn, Pointer<Char> stmtName, Pointer<Char> query, int nParams, Pointer<Oid> paramTypes) int
PQsendQuery(Pointer<PGconn> conn, Pointer<Char> query) int
PQsendQueryParams(Pointer<PGconn> conn, Pointer<Char> command, int nParams, Pointer<Oid> paramTypes, Pointer<Pointer<Char>> paramValues, Pointer<Int> paramLengths, Pointer<Int> paramFormats, int resultFormat) int
PQsendQueryPrepared(Pointer<PGconn> conn, Pointer<Char> stmtName, int nParams, Pointer<Pointer<Char>> paramValues, Pointer<Int> paramLengths, Pointer<Int> paramFormats, int resultFormat) int
PQserverVersion(Pointer<PGconn> conn) int
PQsetClientEncoding(Pointer<PGconn> conn, Pointer<Char> encoding) int
PQsetdbLogin(Pointer<Char> pghost, Pointer<Char> pgport, Pointer<Char> pgoptions, Pointer<Char> pgtty, Pointer<Char> dbName, Pointer<Char> login, Pointer<Char> pwd) Pointer<PGconn>
PQsetErrorContextVisibility(Pointer<PGconn> conn, int show_context) int
PQsetErrorVerbosity(Pointer<PGconn> conn, int verbosity) int
PQsetnonblocking(Pointer<PGconn> conn, int arg) int
PQsetNoticeProcessor(Pointer<PGconn> conn, PQnoticeProcessor proc, Pointer<Void> arg) PQnoticeProcessor
PQsetNoticeReceiver(Pointer<PGconn> conn, PQnoticeReceiver proc, Pointer<Void> arg) PQnoticeReceiver
PQsetResultAttrs(Pointer<PGresult> res, int numAttributes, Pointer<PGresAttDesc> attDescs) int
PQsetSingleRowMode(Pointer<PGconn> conn) int
PQsetSSLKeyPassHook_OpenSSL(PQsslKeyPassHook_OpenSSL_type hook) → void
PQsetTraceFlags(Pointer<PGconn> conn, int flags) → void
PQsetvalue(Pointer<PGresult> res, int tup_num, int field_num, Pointer<Char> value, int len) int
PQsocket(Pointer<PGconn> conn) int
PQsslAttribute(Pointer<PGconn> conn, Pointer<Char> attribute_name) Pointer<Char>
PQsslAttributeNames(Pointer<PGconn> conn) Pointer<Pointer<Char>>
PQsslInUse(Pointer<PGconn> conn) int
PQsslStruct(Pointer<PGconn> conn, Pointer<Char> struct_name) Pointer<Void>
PQstatus(Pointer<PGconn> conn) int
PQtrace(Pointer<PGconn> conn, Pointer<FILE> debug_port) → void
PQtransactionStatus(Pointer<PGconn> conn) int
PQtty(Pointer<PGconn> conn) Pointer<Char>
PQunescapeBytea(Pointer<UnsignedChar> strtext, Pointer<Size> retbuflen) Pointer<UnsignedChar>
PQuntrace(Pointer<PGconn> conn) → void
PQuser(Pointer<PGconn> conn) Pointer<Char>
putc(int _Character, Pointer<FILE> _Stream) int
putchar(int _Character) int
puts(Pointer<Char> _Buffer) int
putw(int _Ch, Pointer<FILE> _Stream) int
putwc(int _Character, Pointer<FILE> _Stream) int
putwchar(int _Character) int
remove(Pointer<Char> _FileName) int
rename(Pointer<Char> _OldFileName, Pointer<Char> _NewFileName) int
rewind(Pointer<FILE> _Stream) → void
rmtmp() int
setbuf(Pointer<FILE> _Stream, Pointer<Char> _Buffer) → void
setvbuf(Pointer<FILE> _Stream, Pointer<Char> _Buffer, int _Mode, int _Size) int
tempnam(Pointer<Char> _Directory, Pointer<Char> _FilePrefix) Pointer<Char>
tmpfile() Pointer<FILE>
tmpfile_s(Pointer<Pointer<FILE>> _Stream) int
tmpnam(Pointer<Char> _Buffer) Pointer<Char>
tmpnam_s(Pointer<Char> _Buffer, int _Size) int
toString() String
A string representation of this object.
inherited
ungetc(int _Character, Pointer<FILE> _Stream) int
ungetwc(int _Character, Pointer<FILE> _Stream) int

Operators

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