Class Examples
- java.lang.Object
-
- com.redwood.scheduler.api.database.examples.Examples
-
public class Examples extends Object
Examples of using the database APIs, see Examples.java for the source.
-
-
Constructor Summary
Constructors Constructor Description Examples()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
examples(UserJobContext jc, SchedulerSession jcsSession)
void
exampleUsingBuilder(UserJobContext jc, SchedulerSession jcsSession)
An example of Database.createDatabaseConnectionBuilder
-
-
-
Method Detail
-
examples
public void examples(UserJobContext jc, SchedulerSession jcsSession) throws SQLException, LicenseException
- Throws:
SQLException
LicenseException
-
exampleUsingBuilder
public void exampleUsingBuilder(UserJobContext jc, SchedulerSession jcsSession) throws SQLException, LicenseException
An example of Database.createDatabaseConnectionBuilder- Parameters:
jc
-jcsSession
-- Throws:
SQLException
LicenseException
- See Also:
examples(UserJobContext, SchedulerSession)
-
-