public static interface CatalogProtos.CreateDatabaseRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDatabaseName()
required string database_name = 1; |
com.google.protobuf.ByteString |
getDatabaseNameBytes()
required string database_name = 1; |
String |
getTablespaceName()
optional string tablespace_name = 2; |
com.google.protobuf.ByteString |
getTablespaceNameBytes()
optional string tablespace_name = 2; |
boolean |
hasDatabaseName()
required string database_name = 1; |
boolean |
hasTablespaceName()
optional string tablespace_name = 2; |
boolean hasDatabaseName()
required string database_name = 1;
String getDatabaseName()
required string database_name = 1;
com.google.protobuf.ByteString getDatabaseNameBytes()
required string database_name = 1;
boolean hasTablespaceName()
optional string tablespace_name = 2;
String getTablespaceName()
optional string tablespace_name = 2;
com.google.protobuf.ByteString getTablespaceNameBytes()
optional string tablespace_name = 2;
Copyright © 2014 Apache Software Foundation. All Rights Reserved.