Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
设置数据库选项。
void Connection.setOption( String option_name, String option_value ) throws ULjException
option_name 要设置的选项的名称。对于 Android 设备,可以将此参数设置为任何支持的 UltraLite 数据库选项名称。对于 BlackBerry 设备,可将此参数设置为 Connection 接口中带有 OPTION_ 前缀的任何常量。
option_value 选项的新值。
如果该选项目前未存储在数据库中,则创建它。
调用该方法时,此连接不能有任何未提交事务。