public class Trip extends Entity
| Modifier and Type | Class and Description |
|---|---|
static class |
Trip.Loader |
static class |
Trip.Writer |
| Modifier and Type | Field and Description |
|---|---|
int |
bikes_allowed |
String |
block_id |
int |
direction_id |
String |
feed_id |
String |
route_id |
String |
service_id |
String |
shape_id |
String |
trip_headsign |
String |
trip_id |
String |
trip_short_name |
int |
wheelchair_accessible |
DOUBLE_MISSING, id, INT_MISSING| Constructor and Description |
|---|
Trip() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
This method should be overridden by each Entity subtype to return the proper key field for that subtype.
|
void |
setStatementParameters(PreparedStatement statement,
boolean setDefaultId)
Sets the parameters for a prepared statement following the parameter order defined in
Table.TRIPS. |
getSequenceNumber, human, setDoubleParameter, setIntParameterpublic String route_id
public String service_id
public String trip_id
public String trip_headsign
public String trip_short_name
public int direction_id
public String block_id
public String shape_id
public int bikes_allowed
public int wheelchair_accessible
public String feed_id
public String getId()
EntitygetId in class Entitypublic void setStatementParameters(PreparedStatement statement, boolean setDefaultId) throws SQLException
Table.TRIPS. JDBC prepared statement parameters use a one-based index.setStatementParameters in class EntitySQLExceptionCopyright © 2019. All rights reserved.