cache connection

This commit is contained in:
SwallowGG
2024-05-14 15:07:19 +08:00
parent a52d0c6982
commit 3a6ee931ca
6 changed files with 237 additions and 57 deletions

View File

@ -61,6 +61,7 @@ public enum OracleColumnTypeEnum implements ColumnBuilder {
NATIONAL_CHAR_VARYING("NATIONAL CHAR VARYING", true, false, true, false, false, false, true, true, false, true),
NATIONAL_CHARACTER("NATIONAL CHARACTER", true, false, true, false, false, false, true, true, false, true),