Clarion
view release on metacpan or search on metacpan
lib/Clarion.pm view on Meta::CPAN
343536373839404142434445464748495051525354
}
$dbh
->
close
();
=head1 METHODS
=over 4
=cut
sub
FILLOCK { 0x01; }
# file is locked
sub
FILOWN { 0x02; }
# file is owned
sub
FILCRYP { 0x04; }
# records are encrypted
sub
FILMEMO { 0x08; }
# memo file exists
sub
FILCOMP { 0x10; }
# file is compressed
sub
FILRCLM { 0x20; }
# reclaim deleted records
sub
FILREAD { 0x40; }
# file is read only
sub
FILCRET { 0x80; }
# file may be created
sub
RECNEW { 0x01; }
# bit 0 - new record
sub
RECOLD { 0x02; }
# bit 1 - old record
( run in 0.343 second using v1.01-cache-2.11-cpan-9b1e4054eb1 )