Interface JdbcIpFinderDialect
- 
- All Known Implementing Classes:
- BasicJdbcIpFinderDialect,- OracleJdbcIpFinderDialect
 
 public interface JdbcIpFinderDialectSQL dialect to use withTcpDiscoveryJdbcIpFinder.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringtableName()Gets table name in a valid form to use as IP addresses
 
- 
- 
- 
Method Detail- 
tableNameString tableName() Gets table name in a valid form to use as IP addresses- Returns:
- Table name.
 
 
- 
 
-