com.wm.app.tn.db
Class BDRelationshipOperations

java.lang.Object
  extended by com.wm.app.tn.db.BDRelationshipOperations

public class BDRelationshipOperations
extends java.lang.Object


Constructor Summary
BDRelationshipOperations()
           
 
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
 

Constructor Detail

BDRelationshipOperations

public BDRelationshipOperations()
Method Detail

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