| java.lang.Object org.netbeans.modules.etl.codegen.PatternFinder
PatternFinder | public class PatternFinder (Code) | | Factory for ETLStrategyBuilder. Based a matching pattern I will create an appropriate
ETLStrategyBuilder. This allow us to optimize the ETL process based on a given
situation.
author: Ahimanikya Satapathy author: Jonathan Giron author: Girish Patil version: $Revision$ |
allDBTablesAreInternal | public static boolean allDBTablesAreInternal(Iterator tableIterator) throws BaseException(Code) | | |
hasAllInternalDBTables | public static boolean hasAllInternalDBTables(SQLDefinition sqlDefinition) throws BaseException(Code) | | Parameters: sqlDefinition - |
isInternalDBTable | public static boolean isInternalDBTable(DBTable table) throws BaseException(Code) | | |
isSourceAndTargetAreInternalButDifferent | public static boolean isSourceAndTargetAreInternalButDifferent(SQLDefinition sqlDefinition) throws BaseException(Code) | | Parameters: sqlDefinition - true only if Target is internal and All its source are also internal butbelong to database other than Target Table's. throws: BaseException - |
|
|