remoteRunWithCompression
详情
和 remoteRun 功能和用法基本一致,唯一不同的是
remoteRunWithCompression
在传输时对脚本进行了压缩。
语法
remoteRunWithCompression(conn, script, args)
参数
conn 是远程数据库的连接句柄。
script 是要执行的脚本或函数名。
args 可选参数,如果 script 是函数名,args 是函数的参数。