Class DBTriggerInfo

  • All Implemented Interfaces:
    java.io.Serializable

    public class DBTriggerInfo
    extends java.lang.Object
    implements java.io.Serializable
    why getCalogName() and getSchemaName() - are not these given by parent DFTableInfo? I thought DFTriggerInfo instances are obtained from table, so parent of table (schema, catalog) is given this way. - [LUK]: The information comes from trigger/tables repositories. It is not clear whether we have 100% guarantee it will be always same
    Author:
    Luk
    See Also:
    Serialized Form
    • Method Detail

      • getCalogName

        public java.lang.String getCalogName()
      • getQualifiedName

        public java.lang.String getQualifiedName()
      • getSchemaName

        public java.lang.String getSchemaName()
      • getSimpleName

        public java.lang.String getSimpleName()
      • getSource

        public java.lang.String getSource()
      • getTableName

        public java.lang.String getTableName()
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object