Subject Re: [Firebird-Java] Services API
Author Roman Rokytskyy
>> If you implement things like getPageSize() or similar (info calls), then
>> the best would be to export the calls by extending the
>> FBDatabaseMetaData class.
>
> Or simply do a 'select mon$page_size from mon$database' :)

Works only with FB 2.1+ and is more "expensive" compared to the method
used by Ruslan. :)

Roman