diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/java/com/nokia/fmpp/SqlDataLoader.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/java/com/nokia/fmpp/SqlDataLoader.html Fri Sep 11 11:54:49 2009 +0100 @@ -0,0 +1,286 @@ + + + + + + +SqlDataLoader + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.nokia.fmpp +
+Class SqlDataLoader

+
+java.lang.Object
+  extended by com.nokia.fmpp.SqlDataLoader
+
+
+
All Implemented Interfaces:
fmpp.tdd.DataLoader
+
+
+
+
public class SqlDataLoader
extends java.lang.Object
implements fmpp.tdd.DataLoader
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
SqlDataLoader() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+protected  java.lang.Objectload(java.sql.Connection connection) + +
+           
+ java.lang.Objectload(fmpp.Engine engine, + java.util.List args) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+SqlDataLoader

+
+public SqlDataLoader()
+
+
+ + + + + + + + +
+Method Detail
+ +

+load

+
+public java.lang.Object load(fmpp.Engine engine,
+                             java.util.List args)
+                      throws java.lang.Exception
+
+
+
Specified by:
load in interface fmpp.tdd.DataLoader
+
+
+ +
Throws: +
java.lang.Exception
See Also:
DataLoader.load(fmpp.Engine, java.util.List)
+
+
+
+ +

+load

+
+protected java.lang.Object load(java.sql.Connection connection)
+                         throws java.lang.Exception
+
+
+
+
+
+ +
Throws: +
java.lang.Exception
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +