public class JdbcGtfsSnapshotter extends Object
| Constructor and Description |
|---|
JdbcGtfsSnapshotter(String feedId,
DataSource dataSource) |
| Modifier and Type | Method and Description |
|---|---|
SnapshotResult |
copyTables()
Copy primary entity tables as well as Pattern and PatternStops tables.
|
public JdbcGtfsSnapshotter(String feedId, DataSource dataSource)
feedId - namespace (schema) to snapshot. If null, a blank snapshot will be created.dataSource - the JDBC data source with database connection detailspublic SnapshotResult copyTables()
Copyright © 2019. All rights reserved.