Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dtp-dev] Self-referencing Column Definition

Hey guys,

I was wondering how one would identify a self-referencing column within the
SQL model.  I could not find a field in either the Table or Column
elements.  All I could figure was the following:
      if table.getSelfRefColumnGeneration == null
            no self ref column
      else
            self ref column = table.getColumns(0)

Is this correct?

Thanks in advance.

Rob



Back to the top