Home
last modified time | relevance | path

Searched refs:APQ_Boolean (Results 1 – 6 of 6) sorted by relevance

/dports/databases/apq/apq-3.2.0/src/
H A Dapq.ads221 subtype APQ_Boolean is Boolean; -- Boolean type subtype
222 type APQ_Bitstring is array(Positive range <>) of APQ_Boolean;
643 procedure Append(Q : in out Root_Query_Type; V : APQ_Boolean; After : String := "");
1043 function To_String(V : APQ_Boolean) return String;
H A Dapq.adb601 procedure Append(Q : in out Root_Query_Type; V : APQ_Boolean; After : String := "") is
860 Append( Q, APQ_Boolean( V ), After );
1582 function To_String(V : APQ_Boolean) return String is
/dports/databases/apq/apq-3.2.0/
H A DHISTORY33 - APQ_Boolean is now always treated as INTEGER ( 0 = FALSE, 1 = TRUE )
97 APQ_Boolean (for example). Also PG_Oid has now
/dports/databases/apq-pgsql/apq-pgsql-3.2.0/src-in/
H A Dapq-postgresql.ads.in76 subtype PG_Boolean is Boolean; -- For compatibility only (use APQ_Boolean or Boolean instead)
/dports/databases/apq-pgsql/apq-pgsql-3.2.0/ssl/src-in/
H A Dapq-postgresql.ads.in77 subtype PG_Boolean is Boolean; -- For compatibility only (use APQ_Boolean or Boolean instead)
/dports/databases/apq/apq-3.2.0/manual/
H A Dmanual.tex3207 V : in APQ_Boolean;
7953 V : APQ_Boolean
8147 type Bool is new APQ_Boolean;