Home
last modified time | relevance | path

Searched defs:refined_byte_type (Results 1 – 2 of 2) sorted by relevance

/dports/databases/adabase/AdaBase-3.1/src/connections/
H A Dadabase-connection-base-postgresql.adb1111 function refined_byte_type (byteX : field_types; constraint : String) subprogram
1117 subtype max_range is Positive range 1 .. 4;
1118 zero_required : constant String := "(VALUE >= 0)";
1119 max_size : max_range;
H A Dadabase-connection-base-postgresql.ads299 function refined_byte_type (byteX : field_types; constraint : String) subprogspec