create_table_booking_curve(cnx[, primary_key])
|
|
create_table_bookings_by_timeframe(cnx[, ...])
|
|
create_table_configs(cnx)
|
|
create_table_demand_detail(cnx[, primary_key])
|
|
create_table_distance(cnx[, primary_key])
|
|
create_table_edgar(cnx[, primary_key])
|
Forecast accuracy data, modeled after UA's EDGAR approach |
create_table_fare_defs(cnx[, fares])
|
Create and populate a static database table of fares. |
create_table_fare_detail(cnx[, primary_key])
|
|
create_table_fare_restriction_defs(cnx, ...)
|
Create and populate a static database table of fare restrictions. |
create_table_leg_bucket_detail(cnx[, ...])
|
|
create_table_leg_defs(cnx[, legs])
|
|
create_table_leg_detail(cnx[, primary_key])
|
Create the leg_detail table in the database. |
create_table_path_class_detail(cnx[, ...])
|
|
create_table_path_defs(cnx[, paths])
|
|
create_tables(cnx[, primary_keys])
|
|