| Modifier and Type | Method and Description |
|---|---|
MysqlTable |
MysqlTable.Builder.build() |
MysqlTable |
MysqlTable.Builder.buildPartial() |
static MysqlTable |
MysqlTable.getDefaultInstance() |
MysqlTable |
MysqlTable.getDefaultInstanceForType() |
MysqlTable |
MysqlTable.Builder.getDefaultInstanceForType() |
MysqlTable |
MysqlDatabase.getMysqlTables(int index)
Tables in the database.
|
MysqlTable |
MysqlDatabase.Builder.getMysqlTables(int index)
Tables in the database.
|
MysqlTable |
MysqlDatabaseOrBuilder.getMysqlTables(int index)
Tables in the database.
|
static MysqlTable |
MysqlTable.parseDelimitedFrom(InputStream input) |
static MysqlTable |
MysqlTable.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlTable |
MysqlTable.parseFrom(byte[] data) |
static MysqlTable |
MysqlTable.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlTable |
MysqlTable.parseFrom(ByteBuffer data) |
static MysqlTable |
MysqlTable.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlTable |
MysqlTable.parseFrom(com.google.protobuf.ByteString data) |
static MysqlTable |
MysqlTable.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlTable |
MysqlTable.parseFrom(com.google.protobuf.CodedInputStream input) |
static MysqlTable |
MysqlTable.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlTable |
MysqlTable.parseFrom(InputStream input) |
static MysqlTable |
MysqlTable.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<MysqlTable> |
MysqlDatabase.getMysqlTablesList()
Tables in the database.
|
List<MysqlTable> |
MysqlDatabase.Builder.getMysqlTablesList()
Tables in the database.
|
List<MysqlTable> |
MysqlDatabaseOrBuilder.getMysqlTablesList()
Tables in the database.
|
com.google.protobuf.Parser<MysqlTable> |
MysqlTable.getParserForType() |
static com.google.protobuf.Parser<MysqlTable> |
MysqlTable.parser() |
| Modifier and Type | Method and Description |
|---|---|
MysqlDatabase.Builder |
MysqlDatabase.Builder.addMysqlTables(int index,
MysqlTable value)
Tables in the database.
|
MysqlDatabase.Builder |
MysqlDatabase.Builder.addMysqlTables(MysqlTable value)
Tables in the database.
|
MysqlTable.Builder |
MysqlTable.Builder.mergeFrom(MysqlTable other) |
static MysqlTable.Builder |
MysqlTable.newBuilder(MysqlTable prototype) |
MysqlDatabase.Builder |
MysqlDatabase.Builder.setMysqlTables(int index,
MysqlTable value)
Tables in the database.
|
| Modifier and Type | Method and Description |
|---|---|
MysqlDatabase.Builder |
MysqlDatabase.Builder.addAllMysqlTables(Iterable<? extends MysqlTable> values)
Tables in the database.
|
Copyright © 2022 Google LLC. All rights reserved.