[V4RB 0003953]: "Bridge" from RBDB way to Valentina way: new constructor VDatabase( inRbDBDatabase as VRBDatabase )
Mantis Bug Tracker
vbt at paradigmasoft.com
Mon Jan 26 14:15:23 CST 2009
The following issue has been RESOLVED.
======================================================================
http://www.valentina-db.com/bt/view.php?id=3953
======================================================================
Reported By: ruslan
Assigned To: ruslan
======================================================================
Project: V4RB
Issue ID: 3953
Category: NEW
Reproducibility: have not tried
Severity: major
Priority: normal
Status: resolved
Resolution: fixed
Fixed in Version: 4.0
======================================================================
Date Submitted: 2009-01-26 12:14 PST
Last Modified: 2009-01-26 12:15 PST
======================================================================
Summary: "Bridge" from RBDB way to Valentina way: new
constructor VDatabase( inRbDBDatabase as VRBDatabase )
Description:
with help of this constructor, developer can get VDatabase object from
existed VRBDatabase object.
* Both REAL objects point to the same kernel object.
* USAGE
db1 = new VRBDatabase
db1.open() or create()
db2 = new VDatabase( db1 )
........
db2 = NIL
db1.close()
db1 = nil
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2009-01-26 12:14 ruslan New Issue
2009-01-26 12:15 ruslan Status new => resolved
2009-01-26 12:15 ruslan Fixed in Version => 4.0
2009-01-26 12:15 ruslan Resolution open => fixed
2009-01-26 12:15 ruslan Assigned To => ruslan
======================================================================
More information about the Valentina
mailing list