接口 SchemaNameResolver
-
public interface SchemaNameResolverContract for resolving the schema of aConnection.- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 StringresolveSchemaName(Connection connection)Given a JDBCConnection, resolve the name of the schema (if one) to which it connects.
-
-
-
方法详细资料
-
resolveSchemaName
String resolveSchemaName(Connection connection)
Given a JDBCConnection, resolve the name of the schema (if one) to which it connects.- 参数:
connection- The JDBC connection- 返回:
- The name of the schema (may be null).
-
-