/* Parse a JSOC Series Definition string to a JSOC_Series object (a record template plus global series info). /* JSOC_Series_t *jsoc_parse_description(JSOC_Env_t *env, char *desc) /* Given a JSOC series object execute the SQL code required to generate the tables and global table entries in the data base to represent the series. */ int jsoc_create_series(JSOC_Env_t *env, JSOC_Series_t *series) /* Given a JSOC series object corresponding to an existing series execute the SQL code required to update the database tables and global entries to reflect any changes to the series definition. */ int jsoc_update_series(JSOC_Env_t *env, JSOC_Series_t *series)