pageSize property
Size of a database page in bytes.
This is typically a multiple of the system's page size (usually 4096 bytes on most systems).
Implementation
final int pageSize;
Size of a database page in bytes.
This is typically a multiple of the system's page size (usually 4096 bytes on most systems).
final int pageSize;