Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 (中文) » UltraLite - 数据库管理和参考 » UltraLite 数据库参考 » UltraLite 创建参数

 

UltraLite timestamp_increment 创建参数

限制时间戳值的精度。向数据库中插入时间戳时,UltraLite 会截断时间截,使之与此增量匹配。

对于 Android 智能手机,可以使用 Connection.setOption(OPTION_TIMESTAMP_INCREMENT, value) 替代设置此创建参数。请参见Connection.setOption 方法 [UltraLiteJ]Connection.OPTION_TIMESTAMP_INCREMENT 变量 [UltraLiteJ]

 语法
 允许值
 缺省值
 注释
 另请参见
 示例