_AssignAttribIndices(void) | SchemaMapping | [private] |
_attribSchema | SchemaMapping | [private] |
_attributeAbbrev | SchemaMapping | [private] |
_compatibilityMode | SchemaMapping | [private] |
_fobjS | SchemaMapping | [private] |
_mapConditions | SchemaMapping | [private] |
_MAX_LINE_LENGTH | SchemaMapping | [static] |
_reviseSchemaMode | SchemaMapping | [private] |
_schemaFile | SchemaMapping | [private] |
_schemaFileOdb | SchemaMapping | [private] |
_schemaMap | SchemaMapping | [private] |
_tableAbbrev | SchemaMapping | [private] |
_tableSchema | SchemaMapping | [private] |
_TYPE_CODE_BIGINT | SchemaMapping | [static] |
_TYPE_CODE_DATETIME | SchemaMapping | [static] |
_TYPE_CODE_FLOAT | SchemaMapping | [static] |
_TYPE_CODE_INT | SchemaMapping | [static] |
_TYPE_CODE_STRING | SchemaMapping | [static] |
_TYPE_CODE_TEXT | SchemaMapping | [static] |
_verbose | SchemaMapping | [private] |
AreAttributesMandatory(const vector< string > &row, const vector< ATTRIBINFO > &aI) | SchemaMapping | [static] |
CheckIndexAttributes(const vector< string > &row, const vector< ATTRIBINFO > &aI) | SchemaMapping | [static] |
Clear() | SchemaMapping | [private] |
CreateColumnInfo() | SchemaMapping | |
CreateTableInfo() | SchemaMapping | |
CreateTables(CifFile &cifFile, const string &blockName) | SchemaMapping | |
GetAllAttributeInfo(vector< ATTRIBINFO > &aI, string tableName) | SchemaMapping | |
GetAttributeInfo(vector< ATTRIBINFO > &aI, ISTable *tIn) | SchemaMapping | |
GetAttributeNameAbbrev(string &abbrev, string targetTable, string targetAttribute) | SchemaMapping | |
GetAttributeNames(vector< string > &attributes, const string &tableName) | SchemaMapping | |
GetAttributesInfo(vector< AttrInfo > &attrInfo, const string &tableName) | SchemaMapping | |
GetGroupNames(vector< string > &groupNames) | SchemaMapping | [private] |
GetMappedAttributesInfo(vector< vector< string > > &mappedAttrInfo, const string &tableName) | SchemaMapping | |
GetMappedConditions(vector< vector< string > > &mappedConditions, const string &tableName) | SchemaMapping | |
GetReviseSchemaMode() | SchemaMapping | |
getSchemaMapDetails(const string &tableName, const string &attribName, string &dataType, string &indexFlag, string &nullFlag, string &width, string &precision, string &populated) | SchemaMapping | |
GetTableNameAbbrev(string &abbrev, string target) | SchemaMapping | |
GetTableNames(vector< string > &tableNames) | SchemaMapping | |
ReviseSchemaMap(const string &revisedSchemaFile) | SchemaMapping | |
SchemaMapping(const string &schemaFile=String::Empty, const string &schemaFileOdb=String::Empty, bool verbose=false) | SchemaMapping | |
SetReviseSchemaMode(bool mode=true) | SchemaMapping | |
UpdateAttributeDef(const string &tableName, const string &columnName, int type, int iWidth, int newWidth) | SchemaMapping | |
updateSchemaMapDetails(SchemaMapping &revSchMap) | SchemaMapping | |
~SchemaMapping() | SchemaMapping | [virtual] |