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