| Package | Description | 
|---|---|
| com.toolsverse.etl.metadata | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
DatabaseFilter.getCatalog()
Gets the catalog. 
 | 
String | 
DatabaseFilter.getObjectType()
Gets the object type. 
 | 
String | 
DatabaseFilter.getSchema()
Gets the schema. 
 | 
String | 
DatabaseFilter.getSearchStr()
Gets the search string. 
 | 
boolean | 
DatabaseFilter.isCaseSensitive()
Checks if "CASE SENSITIVE" modifier is set. 
 | 
boolean | 
DatabaseFilter.isContains()
Checks if "CONTAINS" modifier is set. 
 | 
boolean | 
DatabaseFilter.isEndsWith()
Checks if "ENDS WITH" modifier is set. 
 | 
boolean | 
DatabaseFilter.isExactSearch()
Checks if "exact search" flag is set. 
 | 
boolean | 
DatabaseFilter.isRegexpSearch()
Checks if "regexp search" modifier is set. 
 | 
boolean | 
DatabaseFilter.isStartsWith()
Checks if "STARTS WITH" modifier is set. 
 | 
Copyright © 2010-2020 Toolsverse. All Rights Reserved.