| Package | Description |
|---|---|
| com.conveyal.gtfs | |
| com.conveyal.gtfs.error |
This package contains all the objects that represent errors encountered during GTFS loading.
|
| com.conveyal.gtfs.loader | |
| com.conveyal.gtfs.util |
| Modifier and Type | Method and Description |
|---|---|
static void |
GTFS.delete(String feedId,
DataSource dataSource)
Deletes all tables for the specified feed.
|
| Constructor and Description |
|---|
SQLErrorStorage(Connection connection,
String tablePrefix,
boolean createTables) |
| Constructor and Description |
|---|
JdbcTableWriter(Table table,
DataSource datasource,
String namespace) |
JdbcTableWriter(Table specTable,
DataSource dataSource,
String tablePrefix,
Connection optionalConnection) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Util.ensureValidNamespace(String namespace)
Ensures namespace is valid by ensuring it only has alphanumeric characters or the underscore
for all characters in the string
|
Copyright © 2019. All rights reserved.