MCPcopy Create free account
hub / github.com/e2wugui/zeze / compile

Method compile

ZezeJava/ZezeJava/src/main/java/Zeze/Schemas.java:684–690  ·  view source on GitHub ↗
(@NotNull Schemas s)

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls 1

compileMethod · 0.45

Tested by

no test coverage detected