public static interface ListenerConf.ColHisOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCols(int index)
repeated string cols = 3; |
com.google.protobuf.ByteString |
getColsBytes(int index)
repeated string cols = 3; |
int |
getColsCount()
repeated string cols = 3; |
List<String> |
getColsList()
repeated string cols = 3; |
String |
getColTypes(int index)
字段类型,数据库字段 eg:varchar*
repeated string ColTypes = 4; |
String |
getColTypes2(int index)
字段类型,数据库字段eg: varchar(255)*
repeated string ColTypes2 = 5; |
com.google.protobuf.ByteString |
getColTypes2Bytes(int index)
字段类型,数据库字段eg: varchar(255)*
repeated string ColTypes2 = 5; |
int |
getColTypes2Count()
字段类型,数据库字段eg: varchar(255)*
repeated string ColTypes2 = 5; |
List<String> |
getColTypes2List()
字段类型,数据库字段eg: varchar(255)*
repeated string ColTypes2 = 5; |
com.google.protobuf.ByteString |
getColTypesBytes(int index)
字段类型,数据库字段 eg:varchar*
repeated string ColTypes = 4; |
int |
getColTypesCount()
字段类型,数据库字段 eg:varchar*
repeated string ColTypes = 4; |
List<String> |
getColTypesList()
字段类型,数据库字段 eg:varchar*
repeated string ColTypes = 4; |
String |
getDb()
string db = 1; |
com.google.protobuf.ByteString |
getDbBytes()
string db = 1; |
int |
getKeyIndex(int index)
repeated int32 keyIndex = 6; |
int |
getKeyIndexCount()
repeated int32 keyIndex = 6; |
List<Integer> |
getKeyIndexList()
repeated int32 keyIndex = 6; |
String |
getServerIp()
string serverIp = 9; |
com.google.protobuf.ByteString |
getServerIpBytes()
string serverIp = 9; |
String |
getTb()
string tb = 2; |
com.google.protobuf.ByteString |
getTbBytes()
string tb = 2; |
long |
getTime()
int64 time = 7; |
String |
getTimeStr()
string timeStr = 8; |
com.google.protobuf.ByteString |
getTimeStrBytes()
string timeStr = 8; |
String getDb()
string db = 1;com.google.protobuf.ByteString getDbBytes()
string db = 1;String getTb()
string tb = 2;com.google.protobuf.ByteString getTbBytes()
string tb = 2;int getColsCount()
repeated string cols = 3;String getCols(int index)
repeated string cols = 3;com.google.protobuf.ByteString getColsBytes(int index)
repeated string cols = 3;int getColTypesCount()
字段类型,数据库字段 eg:varchar*
repeated string ColTypes = 4;String getColTypes(int index)
字段类型,数据库字段 eg:varchar*
repeated string ColTypes = 4;com.google.protobuf.ByteString getColTypesBytes(int index)
字段类型,数据库字段 eg:varchar*
repeated string ColTypes = 4;List<String> getColTypes2List()
字段类型,数据库字段eg: varchar(255)*
repeated string ColTypes2 = 5;int getColTypes2Count()
字段类型,数据库字段eg: varchar(255)*
repeated string ColTypes2 = 5;String getColTypes2(int index)
字段类型,数据库字段eg: varchar(255)*
repeated string ColTypes2 = 5;com.google.protobuf.ByteString getColTypes2Bytes(int index)
字段类型,数据库字段eg: varchar(255)*
repeated string ColTypes2 = 5;int getKeyIndexCount()
repeated int32 keyIndex = 6;int getKeyIndex(int index)
repeated int32 keyIndex = 6;long getTime()
int64 time = 7;String getTimeStr()
string timeStr = 8;com.google.protobuf.ByteString getTimeStrBytes()
string timeStr = 8;String getServerIp()
string serverIp = 9;com.google.protobuf.ByteString getServerIpBytes()
string serverIp = 9;Copyright © 2023. All rights reserved.