This commit is contained in:
Redkale
2020-02-12 11:43:13 +08:00
parent c071ec5d6c
commit f4c00a9b6f

View File

@@ -2653,4 +2653,8 @@ public abstract class DataSqlSource<DBChannel> extends AbstractService implement
}
return querySheetDB(info, readcache, needtotal, distinct, selects, flipper, node);
}
protected static enum UpdateMode {
INSERT, DELETE, UPDATE, CLEAR, DROP, ALTER, OTHER;
}
}