云数据库 GAUSSDB-type DB:参数说明
参数说明
参数 |
参数说明 |
ctx |
表示给定的上下文。 |
query |
被执行的sql语句。 |
args |
被执行sql语句需要绑定的参数。支持按位置绑定和按名称绑定,详情见如下示例。 |
opts |
事务隔离级别和事务访问模式,其中事务隔离级别(opts.Isolation)支持范围为sql.LevelReadUncommitted,sql.LevelReadCommitted,sql.LevelRepeatableRead,sql.LevelSerializable。事务访问模式(opts.ReadOnly)支持范围为true(read only)和false(read write)。 |