OPTION_TIMESTAMP_INCREMENT variable

Constant denoting the timestamp_increment database option. This option limits the resolution of timestamp values. As timestamps are inserted into the database, UltraLiteJ truncates them to match this increment. Allowed values are 1 to 60000000 microseconds. The default is 1 (note that 1000000 microseconds equals 1 second).

Syntax
final String Connection.OPTION_TIMESTAMP_INCREMENT