Chapter 13. databaseLimitExceeded attribute

This is attribute of <table_name>Query.java class. It is a flag that indicates whether there are more query results beside the ones returned as query result. It is useful in queries that use databaseLimit and readSkip attributes.

This attribute is private. The public method that work with this attribute is also in the <table_name>Query.java class and it is:

Returns the current value of the databaseLimitExceeded attribute. The <table_name>Query.java class sets this attribute to true, if needed.

The default value is false.