Skip to content

Commit 5bb72ac

Browse files
authored
Add new field SYSTEM("sy") to nson protocol for internal ddl request
1 parent b624000 commit 5bb72ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

driver/src/main/java/oracle/nosql/driver/ops/serde/nson/NsonProtocol.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ public class NsonProtocol {
8888
public static String START = "sr";
8989
public static String STATEMENT = "st";
9090
public static String STORAGE_THROTTLE_COUNT = "sl";
91+
public static String SYSTEM = "sy";
9192
public static String TABLES = "tb";
9293
public static String TABLE_DDL = "td";
9394
public static String TABLE_NAME = "n";
@@ -255,6 +256,7 @@ public class NsonProtocol {
255256
{START,"START"},
256257
{STATEMENT,"STATEMENT"},
257258
{STORAGE_THROTTLE_COUNT,"STORAGE_THROTTLE_COUNT"},
259+
{SYSTEM,"SYSTEM"},
258260
{TABLES,"TABLES"},
259261
{TABLE_DDL,"TABLE_DDL"},
260262
{TABLE_NAME,"TABLE_NAME"},

0 commit comments

Comments
 (0)