接口 ObjectNameSource


  • public interface ObjectNameSource
    Source for database object names (identifiers).
    作者:
    Steve Ebersole
    • 方法详细资料

      • getExplicitName

        String getExplicitName()
        Retrieve the name explicitly provided by the user.
        返回:
        The explicit name.
      • getLogicalName

        String getLogicalName()
        Retrieve the logical name for this object. Usually this is the name under which the "thing" is registered.
        返回:
        The logical name.