Uses of Class
com.orchestranetworks.addon.dex.mapping.SQLField
Packages that use SQLField
Package
Description
Classes and interfaces used to generate tables, fields and mappings for the XML and SQL import, export and transfer data services.
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 SQLFieldModifier and TypeMethodDescriptionSQLTableGeneration.generateTables(String sqlDataSource, String schemaName, String tablePattern, Set<String> sqlTableNames, ServiceType serviceType) Returns theTableGenerationResultforSQLTable.SQLExportApplicationMappingHelper.getApplicationMapping(SQLExportConfigurationSpec configSpec) Returns the specifiedApplicationMappingfor default SQL export.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 SQLFieldModifier and TypeMethodDescriptionSQLTable.getFields()Returns the list ofSQLFieldfields on this table or view.Method parameters in com.orchestranetworks.addon.dex.mapping with type arguments of type SQLFieldModifier and TypeMethodDescriptionfinal voidSets a list ofSQLFieldfields to this table or view.Constructor parameters in com.orchestranetworks.addon.dex.mapping with type arguments of type SQLField