public static interface PlanProto.CreateDatabaseNodeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDbName()
required string dbName = 1; |
com.google.protobuf.ByteString |
getDbNameBytes()
required string dbName = 1; |
boolean |
getIfNotExists()
required bool ifNotExists = 2; |
boolean |
hasDbName()
required string dbName = 1; |
boolean |
hasIfNotExists()
required bool ifNotExists = 2; |
boolean hasDbName()
required string dbName = 1;String getDbName()
required string dbName = 1;com.google.protobuf.ByteString getDbNameBytes()
required string dbName = 1;boolean hasIfNotExists()
required bool ifNotExists = 2;boolean getIfNotExists()
required bool ifNotExists = 2;Copyright © 2015 Apache Software Foundation. All Rights Reserved.