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

SQL Anywhere 11.0.1 (中文) » SQL Anywhere 服务器 - SQL 参考 » 系统对象 » 系统过程 » 按字母顺排序的系统过程列表

 

sa_audit_string 系统过程

将字符串添加到事务日志中。

语法
sa_audit_string( string )
参数
  • string   要添加到事务日志中的字符串。

注释

如果审记功能是打开的,此系统过程会向存储在事务日志中的审计信息添加一条注释。字符串的最大长度可以是 200 个字节。

权限

需要 DBA 权限

副作用

另请参见
示例

以下示例使用 sa_audit_string 向审计日志添加一条注释:

CALL sa_audit_string( 'Auditing test' );