public class Transfer extends Entity
| Modifier and Type | Class and Description |
|---|---|
static class |
Transfer.Loader |
static class |
Transfer.Writer |
| Modifier and Type | Field and Description |
|---|---|
String |
from_route_id |
String |
from_stop_id |
String |
from_trip_id |
int |
min_transfer_time |
String |
to_route_id |
String |
to_stop_id |
String |
to_trip_id |
int |
transfer_type |
DOUBLE_MISSING, id, INT_MISSING| Constructor and Description |
|---|
Transfer() |
| Modifier and Type | Method and Description |
|---|---|
void |
setStatementParameters(PreparedStatement statement,
boolean setDefaultId)
Sets the parameters for a prepared statement following the parameter order defined in
Table.TRANSFERS. |
getId, getSequenceNumber, human, setDoubleParameter, setIntParameterpublic String from_stop_id
public String to_stop_id
public int transfer_type
public int min_transfer_time
public String from_route_id
public String to_route_id
public String from_trip_id
public String to_trip_id
public void setStatementParameters(PreparedStatement statement, boolean setDefaultId) throws SQLException
Table.TRANSFERS. JDBC prepared statement parameters use a one-based index.setStatementParameters in class EntitySQLExceptionCopyright © 2019. All rights reserved.