Package servicenow.community.sql

This application replicates data from a ServiceNow instance to an SQL database.

See:
          Description

Class Summary
CommandParser If the application is reading commands from a script file then this method is used to parse tokens in those commands.
DatabaseWriter Contains the JDBC connection for an SQL database.
Interval A pair of dates (start date and end date).
JobCollection Contains a collection of jobs as loaded from a script file or from a u_datapump_jobset in the ServiceNow instance.
JobController Contains methods to process DataPump jobs.
JobModel Contains the representation of a DataPump job.
Metrics Contains counters for the number of records inserted, updated, etc.
NameMap Contains a mapping between the Glide field name and the SQL field name as loaded from the fieldnames element of the sqltemplates.xml file.
Pumper Main class and entry point for the DataPump application.
SqlFieldDefinition Contains the JDBC/SQL type and the Glide type for a single field.
SqlGenerator Generates SQL statements using templates from the sqltemplates.xml file.
TableWriter Used to read or write to a table in an SQL database.
 

Enum Summary
JobOperation  
JobStatus  
LoadMethod  
 

Exception Summary
PumperException  
PumperParseException  
 

Package servicenow.community.sql Description

This application replicates data from a ServiceNow instance to an SQL database. This package uses the "soap" package to read/update the ServiceNow instance and JDBC to write to the SQL database.