edu.mssm.crover.webservices.rbde
Class convertFrom1_0
java.lang.Object
|
+--edu.mssm.crover.webservices.rbde.convertFrom1_0
- public class convertFrom1_0
- extends java.lang.Object
|
Field Summary |
protected java.sql.Connection |
conn
|
protected Log |
log
|
|
Method Summary |
void |
begin()
Notifies this class that a batch of interaction now begin. |
CustomizedDiagramImpl5_0 |
change(java.lang.Object o)
|
void |
end()
Notifies this class that a batch of interaction now ends. |
protected void |
initConnection()
Makes sure a connection is available. |
static void |
main(java.lang.String[] args)
|
int |
retrieve()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
conn
protected java.sql.Connection conn
log
protected Log log
convertFrom1_0
public convertFrom1_0()
main
public static void main(java.lang.String[] args)
retrieve
public int retrieve()
throws DatabaseErrorException
DatabaseErrorException
change
public CustomizedDiagramImpl5_0 change(java.lang.Object o)
begin
public void begin()
throws DatabaseErrorException
- Notifies this class that a batch of interaction now begin. Allows specific optimization to be performed.
DatabaseErrorException
end
public void end()
throws DatabaseErrorException
- Notifies this class that a batch of interaction now ends. Allows specific optimization to be performed.
DatabaseErrorException
initConnection
protected void initConnection()
throws DatabaseErrorException
- Makes sure a connection is available.
DatabaseErrorException
Copyright @ 2003 Mount Sinai School of Medicine. All Rights Reserved.