com.wm.app.tn.db
Class BDRelationshipOperations
java.lang.Object
com.wm.app.tn.db.BDRelationshipOperations
public class BDRelationshipOperations
- extends java.lang.Object
Method Summary |
static int |
insert(java.sql.Connection conn,
BizDocEnvelope doc)
|
static boolean |
relate(java.lang.String from,
java.lang.String to,
java.lang.String rel)
|
static int |
select(java.sql.Connection conn,
BizDocEnvelope doc)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BDRelationshipOperations
public BDRelationshipOperations()
insert
public static int insert(java.sql.Connection conn,
BizDocEnvelope doc)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
select
public static int select(java.sql.Connection conn,
BizDocEnvelope doc)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
relate
public static boolean relate(java.lang.String from,
java.lang.String to,
java.lang.String rel)
throws java.sql.SQLException
- Throws:
java.sql.SQLException