| Field Index | SQL Mapping |
| Type | Field Name |
|---|---|
| poid | PIN_FLD_POID |
| timestamp | PIN_FLD_CREATED_T |
| timestamp | PIN_FLD_MOD_T |
| string | PIN_FLD_READ_ACCESS |
| string | PIN_FLD_WRITE_ACCESS |
| string | PIN_FLD_CREATE_ACCESS |
| poid | PIN_FLD_ACCOUNT_OBJ |
| poid | PIN_FLD_DEAL_OBJ |
| string | PIN_FLD_DESCR |
| int | PIN_FLD_FLAGS |
| array | PIN_FLD_RULES |
| enum | |
| array | PIN_FLD_LIMIT |
| decimal | |
| int | |
| decimal | |
| int | |
| int | |
| string | |
| int | |
| string | |
| array | PIN_FLD_BAL_INFO |
| string | |
| array | |
| enum | |
| array | |
| decimal | |
| int | |
| decimal | |
| int | |
| int | |
| string | |
| int | |
| string | |
| string | PIN_FLD_NAME |
| string | PIN_FLD_CODE |
| array | PIN_FLD_SERVICES |
| poid | |
| poid | |
| int | |
| int | |
| string | |
| array | |
| poid | |
| enum | |
| poid | PIN_FLD_SUBSCRIPTION_TERMS_OBJ |
| poid | PIN_FLD_ATTRIBUTE_OBJ |
| Type | Field Name | Table | Column Name |
|---|---|---|---|
| base-class | /plan | plan_t | |
| poid | PIN_FLD_POID | poid* | |
| timestamp | PIN_FLD_CREATED_T | created_t | |
| timestamp | PIN_FLD_MOD_T | mod_t | |
| string | PIN_FLD_READ_ACCESS | read_access | |
| string | PIN_FLD_WRITE_ACCESS | wrtie_access | |
| string | PIN_FLD_CREATE_ACCESS | create_access | |
| poid | PIN_FLD_ACCOUNT_OBJ | account_obj* | |
| poid | PIN_FLD_DEAL_OBJ | deal_obj* | |
| string | PIN_FLD_DESCR | descr | |
| int | PIN_FLD_FLAGS | flags | |
| array | PIN_FLD_RULES | plan_consumption_rules_t | |
| enum |
PIN_FLD_CONSUMPTION_RULE
|
consumption_rule | |
| array | PIN_FLD_LIMIT | plan_limit_t | |
| decimal |
PIN_FLD_CREDIT_FLOOR
|
credit_floor | |
| int |
PIN_FLD_DYNAMIC_CREDIT_FLOOR
|
dynamic_credit_floor | |
| decimal |
PIN_FLD_CREDIT_LIMIT
|
credit_limit | |
| int |
PIN_FLD_OVERRIDE_CREDIT_LIMIT
|
override_credit_limit | |
| int |
PIN_FLD_CREDIT_THRESHOLDS
|
credit_thresholds | |
| string |
PIN_FLD_CREDIT_THRESHOLDS_FIXED
|
credit_thresholds_fixed | |
| int |
PIN_FLD_LOAN_THRESHOLDS
|
loan_thresholds | |
| string |
PIN_FLD_LOAN_THRESHOLDS_FIXED
|
loan_thresholds_fixed | |
| array | PIN_FLD_BAL_INFO | bal_info_t | |
| string |
PIN_FLD_NAME
|
name | |
| array |
PIN_FLD_RULES
|
bal_info_consumption_rules_t | |
| enum |
PIN_FLD_CONSUMPTION_RULE
|
consumption_rule | |
| array |
PIN_FLD_LIMIT
|
bal_info_limit_t | |
| decimal |
PIN_FLD_CREDIT_FLOOR
|
credit_floor | |
| int |
PIN_FLD_DYNAMIC_CREDIT_FLOOR
|
dynamic_credit_floor | |
| decimal |
PIN_FLD_CREDIT_LIMIT
|
credit_limit | |
| int |
PIN_FLD_OVERRIDE_CREDIT_LIMIT
|
override_credit_limit | |
| int |
PIN_FLD_CREDIT_THRESHOLDS
|
credit_thresholds | |
| string |
PIN_FLD_CREDIT_THRESHOLDS_FIXED
|
credit_thresholds_fixed | |
| int |
PIN_FLD_LOAN_THRESHOLDS
|
loan_thresholds | |
| string |
PIN_FLD_LOAN_THRESHOLDS_FIXED
|
loan_thresholds_fixed | |
| string | PIN_FLD_NAME | name | |
| string | PIN_FLD_CODE | code | |
| array | PIN_FLD_SERVICES | plan_services_t | |
| poid |
PIN_FLD_DEAL_OBJ
|
deal_obj* | |
| poid |
PIN_FLD_SERVICE_OBJ
|
service_obj* | |
| int |
PIN_FLD_BAL_INFO_INDEX
|
bal_info_index | |
| int |
PIN_FLD_SUBSCRIPTION_INDEX
|
subscription_index | |
| string |
PIN_FLD_SERVICE_ID
|
service_id | |
| array |
PIN_FLD_DEALS
|
plan_services_deals_t | |
| poid |
PIN_FLD_DEAL_OBJ
|
deal_obj* | |
| enum |
PIN_FLD_TYPE
|
type | |
| poid | PIN_FLD_SUBSCRIPTION_TERMS_OBJ | subscription_terms_obj* | |
| poid | PIN_FLD_ATTRIBUTE_OBJ | attribute_obj* | Column names marked with * are actually column prefixes. For poid type fields, the column prefix is used to create the columns poid_id0, poid_db and poid_type if the prefix is "poid". For PIN_FLD_POID in the base table, an additional column named poid_rev is created to hold the poid revision. For buffer fields, two columns are created - one in the containing table and one in the buffer table. For example if the prefix is "buf", then the column name in the buffer table is buffer_buf and the column name in the containing table is buffer_size. |
| Field Index | This Class |