Uses of Class
com.orchestranetworks.addon.dex.mapping.SQLField
-
Packages that use SQLField Package Description com.orchestranetworks.addon.dex.common.generation Classes and interfaces used to generate tables, fields and mappings for the XML and SQL import, export and transfer data services.com.orchestranetworks.addon.dex.mapping Classes and interfaces to configure mapping between source and target applications. -
-
Uses of SQLField in com.orchestranetworks.addon.dex.common.generation
Methods in com.orchestranetworks.addon.dex.common.generation that return types with arguments of type SQLField Modifier and Type Method Description TableGenerationResult<SQLField,SQLTable>SQLTableGeneration. generateTables(java.lang.String sqlDataSource, java.lang.String schemaName, java.lang.String tablePattern, java.util.Set<java.lang.String> sqlTableNames, ServiceType serviceType)Returns theTableGenerationResultforSQLTable.ApplicationMapping<EBXField,SQLField>SQLExportApplicationMappingHelper. getApplicationMapping(SQLExportConfigurationSpec configSpec)Returns the specifiedApplicationMappingfor default SQL export.ApplicationMapping<SQLField,EBXField>SQLImportApplicationMappingHelper. getApplicationMapping(SQLImportConfigurationSpec configSpec)Returns the specifiedApplicationMappingfor default SQL import. -
Uses of SQLField in com.orchestranetworks.addon.dex.mapping
Methods in com.orchestranetworks.addon.dex.mapping that return types with arguments of type SQLField Modifier and Type Method Description java.util.List<SQLField>SQLTable. getFields()Returns the list ofSQLFieldfields on this table or view.Method parameters in com.orchestranetworks.addon.dex.mapping with type arguments of type SQLField Modifier and Type Method Description voidSQLTable. setFields(java.util.List<SQLField> fields)Sets a list ofSQLFieldfields to this table or view.Constructor parameters in com.orchestranetworks.addon.dex.mapping with type arguments of type SQLField Constructor Description SQLTable(java.lang.String schemaName, java.lang.String sqlTableOrView, java.util.List<SQLField> fields)
-