检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
示例 1 2 3 4 --删除客户端加密主密钥对象。
object_type character varying(128) 对象类型。 若分区为分区表,此列为table。 若分区为分区索引,此列为index。 column_name character varying(4000) 二级分区表或索引的键列名。
paramLengths, const int *paramFormats, int resultFormat); 参数 表1 PQsendQueryParams参数 关键字 参数说明 conn 指向包含链接的对象指针
const int *paramFormats, int resultFormat); 参数 表1 PQsendQueryPrepared参数 关键字 参数说明 conn 指向包含链接信息的对象指针
EXECUTIONS_DELTA integer 自从它被带入库缓存以来在此对象上发生的执行次数增量。 IOWAIT_DELTA bigint IO上的时间花费(单位:微秒)。 APWAIT_DELTA integer 应用程序等待时间的Delta值。
const int *paramFormats, int resultFormat); 参数 表1 PQsendQueryPrepared参数 关键字 参数说明 conn 指向包含链接信息的对象指针
const char *query, int nParams, const Oid *paramTypes); 参数 表1 PQsendPrepare参数 关键字 参数说明 conn 指向包含链接的对象指针
const char *query, int nParams, const Oid *paramTypes); 参数 表1 PQsendPrepare参数 关键字 参数说明 conn 指向包含链接的对象指针
客户端可能由于未调用Connection对象的close()方法而泄漏Connection对象。最终这些对象将被垃圾回收,并且调用finalize()方法。设置为true之后,如果调用者自己忽略了此操作,该方法将关闭Connection。
pstmt.close(); 执行加密表的批处理操作 // 调用Connection的prepareStatement方法创建预编译语句对象。
max_locks_per_transaction 参数说明:当数据库连接数达到最大时,每个事务能够持有对象锁的平均数量。 这个参数并不严格限制每个事务最多可以持有多少对象锁。如果连接数没有达到最大值max_connections,那么每个事务能够持有对象锁的平均数量会增大。
table_owner character varying(128) 索引对象的所有者。 table_type character(11) 索引对象的类型。 TABLE:索引对象为表类型。
table_owner character varying(128) 索引对象的所有者。 table_type character(11) 索引对象的类型。 TABLE:索引对象为表类型。
table_owner character varying(128) 索引对象的所有者。 table_type character(11) 索引对象的类型。 TABLE:索引对象为表类型。
table_owner character varying(128) 索引对象的所有者。 table_type character(11) 索引对象的类型。 TABLE:索引对象为表类型。
table_owner character varying(128) 索引对象的所有者。 table_type character(11) 索引对象的类型。 TABLE:索引对象为表类型。
table_owner character varying(128) 索引对象的所有者。 table_type character(11) 索引对象的类型。 TABLE:索引对象为表类型。
table_owner character varying(128) 索引对象的所有者。 table_type character(11) 索引对象的类型。 TABLE:索引对象为表类型。
table_owner character varying(128) 索引对象的所有者。 table_type character(11) 索引对象的类型。 TABLE:索引对象为表类型。
包头在PG_OBJECT的类型为'S'(SPECIFICATION简称),包体在PG_OBJECT中的类型为'B'(BODY简称),当创建的PACKAGE对象失效时,可以通过PG_OBJECT中的VALID字段来查找PACKAGE失效对象的OID,并且使用“ALTER PACKAGE