OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atmaxrows
(Results
1 - 2
of
2
) sorted by null
/external/javasqlite/src/main/java/SQLite/
TableResult.java
72
public boolean
atmaxrows
;
field in class:TableResult
100
atmaxrows
= false;
127
atmaxrows
= true;
Database.java
300
if (maxrows <= 0 || !ret.
atmaxrows
) {
353
if (maxrows <= 0 || !ret.
atmaxrows
) {
407
if (tbl.maxrows <= 0 || !tbl.
atmaxrows
) {
Completed in 95 milliseconds