Interface ITableProperties

  • All Superinterfaces:
    com4j.Com4jObject

    public interface ITableProperties
    extends com4j.Com4jObject
    Description of a database table.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String name()
      The name of the database table.
      java.lang.String userLabel()
      The display name of the table.
      • Methods inherited from interface com4j.Com4jObject

        advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
    • Method Detail

      • name

        java.lang.String name()

        The name of the database table.

        Getter method for the COM property "Name"

        Returns:
        Returns a value of type java.lang.String
      • userLabel

        java.lang.String userLabel()

        The display name of the table.

        Getter method for the COM property "UserLabel"

        Returns:
        Returns a value of type java.lang.String