(@NotNull Schemas s)
| 682 | } |
| 683 | |
| 684 | public void compile(@NotNull Schemas s) { |
| 685 | keyType = s.compile(keyName, "", ""); |
| 686 | if (keyType instanceof Bean) { |
| 687 | ((Bean)keyType).keyRefCount++; |
| 688 | } |
| 689 | valueType = s.compile(valueName, "", ""); |
| 690 | } |
| 691 | |
| 692 | public @NotNull String buildRelationalColumns(@NotNull ArrayList<Column> columns) { |
| 693 | String keyColumns; |