The arity of the relation sort.
()
| 26 | * The arity of the relation sort. |
| 27 | **/ |
| 28 | public int getArity() |
| 29 | { |
| 30 | return Native.getRelationArity(getContext().nCtx(), getNativeObject()); |
| 31 | } |
| 32 | |
| 33 | /** |
| 34 | * The sorts of the columns of the relation sort. |
no test coverage detected