UltraLite timestamp_increment creation parameter

Limits the resolution of timestamp values. As timestamps are inserted into the database, UltraLite truncates them to match this increment.

For Android smartphones, you can use Connection.setOption(OPTION_TIMESTAMP_INCREMENT, value) as an alternative to setting this creation parameter. See Connection.setOption method [UltraLiteJ] and Connection.OPTION_TIMESTAMP_INCREMENT variable [BlackBerry] [UltraLiteJ].

 Syntax
 Allowed values
 Default
 Remarks
 See also
 Example