返回首页

gbase数据、南大通用产品文档:GBase8a

更新日期:2024年09月11日

GBaseRowUpdatedEventArgs 构造函数
初始化一个新的GBaseRowUpdatedEventArgs 类实例。

语法
[Visual Basic]
Public Sub New ( _

row As DataRow, _

command As IDbCommand, _

statementType As StatementType, _

tableMapping As DataTableMapping _
)
[C#]
public GBaseRowUpdatedEventArgs(

DataRow row,

GBase 8a 程序员手册ADO.NET 篇


- 318 -

南大通用数据技术股份有限公司

IDbCommand command,

StatementType statementType,

DataTableMapping tableMapping
)

参数
1) row :通过Update 发送的DataRow ;
2) command :当调用Update 时执行的IDbCommand ;
3) statementType :指定查询类型的StatementType 值之一 ;
4) tableMapping :通过Update 发送的DataTableMapping。





(GBaseDataAdapter)
使用GBaseDataAdapter 对象初始化GBaseCommandBuilder 类的一个对象。


语法
[Visual Basic]
Public Sub New(ByVal adapter As GBaseDataAdapter)
[C#]
public GBaseCommandBuilder(GBaseDataAdapter adapter)

参数
1) adapter :GBaseDataAdapter 对象。

注释
GBaseCommandBuilder把自己作为一个监听器注册到RowUpdating 事件上,
该事件由属性上指定的GBaseDataAdapter 产生。

严格的资源隔离需要升级到redhat7.3 及以上
版本
问题现象
如果要实现比较严格的资源隔离,是否一定要升级到redhat7.3 及以上版本,通过
多个静态池来实现?
解决方法
是的,需要。由于内核BUG,必须使用RH7.3+/SUSE12+(Docker 的最低安装要
求同样是RH7.3+/SUSE12+)。