public class ProtoType extends Object
| Modifier and Type | Method and Description |
|---|---|
static Type |
fromPb(tech.ydb.proto.ValueProtos.Type type) |
static tech.ydb.proto.ValueProtos.Type |
getBool() |
static tech.ydb.proto.ValueProtos.Type |
getBytes() |
static tech.ydb.proto.ValueProtos.Type |
getDate() |
static tech.ydb.proto.ValueProtos.Type |
getDatetime() |
static tech.ydb.proto.ValueProtos.Type |
getDecimal(int precision,
int scale) |
static tech.ydb.proto.ValueProtos.Type |
getDict(tech.ydb.proto.ValueProtos.Type keyType,
tech.ydb.proto.ValueProtos.Type valueType) |
static tech.ydb.proto.ValueProtos.Type |
getDouble() |
static tech.ydb.proto.ValueProtos.Type |
getDyNumber() |
static tech.ydb.proto.ValueProtos.Type |
getFloat() |
static tech.ydb.proto.ValueProtos.Type |
getInt16() |
static tech.ydb.proto.ValueProtos.Type |
getInt32() |
static tech.ydb.proto.ValueProtos.Type |
getInt64() |
static tech.ydb.proto.ValueProtos.Type |
getInt8() |
static tech.ydb.proto.ValueProtos.Type |
getInterval() |
static tech.ydb.proto.ValueProtos.Type |
getJson() |
static tech.ydb.proto.ValueProtos.Type |
getJsonDocument() |
static tech.ydb.proto.ValueProtos.Type |
getList(tech.ydb.proto.ValueProtos.Type itemType) |
static tech.ydb.proto.ValueProtos.Type |
getOptional(tech.ydb.proto.ValueProtos.Type itemType) |
static tech.ydb.proto.ValueProtos.Type |
getStruct(String memberName,
tech.ydb.proto.ValueProtos.Type memberType) |
static tech.ydb.proto.ValueProtos.Type |
getStruct(String member1Name,
tech.ydb.proto.ValueProtos.Type member1Type,
String member2Name,
tech.ydb.proto.ValueProtos.Type member2Type) |
static tech.ydb.proto.ValueProtos.Type |
getStruct(String member1Name,
tech.ydb.proto.ValueProtos.Type member1Type,
String member2Name,
tech.ydb.proto.ValueProtos.Type member2Type,
String member3Name,
tech.ydb.proto.ValueProtos.Type member3Type) |
static tech.ydb.proto.ValueProtos.Type |
getStruct(String member1Name,
tech.ydb.proto.ValueProtos.Type member1Type,
String member2Name,
tech.ydb.proto.ValueProtos.Type member2Type,
String member3Name,
tech.ydb.proto.ValueProtos.Type member3Type,
String member4Name,
tech.ydb.proto.ValueProtos.Type member4Type) |
static tech.ydb.proto.ValueProtos.Type |
getStruct(String member1Name,
tech.ydb.proto.ValueProtos.Type member1Type,
String member2Name,
tech.ydb.proto.ValueProtos.Type member2Type,
String member3Name,
tech.ydb.proto.ValueProtos.Type member3Type,
String member4Name,
tech.ydb.proto.ValueProtos.Type member4Type,
String member5Name,
tech.ydb.proto.ValueProtos.Type member5Type) |
static tech.ydb.proto.ValueProtos.Type |
getStruct(tech.ydb.proto.ValueProtos.StructMember firstMember,
tech.ydb.proto.ValueProtos.StructMember... members) |
static tech.ydb.proto.ValueProtos.Type |
getText() |
static tech.ydb.proto.ValueProtos.Type |
getTimestamp() |
static tech.ydb.proto.ValueProtos.Type |
getTuple() |
static tech.ydb.proto.ValueProtos.Type |
getTuple(tech.ydb.proto.ValueProtos.Type... elementTypes) |
static tech.ydb.proto.ValueProtos.Type |
getTzDate() |
static tech.ydb.proto.ValueProtos.Type |
getTzDatetime() |
static tech.ydb.proto.ValueProtos.Type |
getTzTimestamp() |
static tech.ydb.proto.ValueProtos.Type |
getUint16() |
static tech.ydb.proto.ValueProtos.Type |
getUint32() |
static tech.ydb.proto.ValueProtos.Type |
getUint64() |
static tech.ydb.proto.ValueProtos.Type |
getUint8() |
static tech.ydb.proto.ValueProtos.Type |
getUuid() |
static tech.ydb.proto.ValueProtos.Type |
getVariant(tech.ydb.proto.ValueProtos.StructType structType) |
static tech.ydb.proto.ValueProtos.Type |
getVariant(tech.ydb.proto.ValueProtos.TupleType tupleType) |
static tech.ydb.proto.ValueProtos.Type |
getVariant(tech.ydb.proto.ValueProtos.Type... elementTypes) |
static tech.ydb.proto.ValueProtos.Type |
getVoid() |
static tech.ydb.proto.ValueProtos.Type |
getYson() |
static String |
toString(tech.ydb.proto.ValueProtos.Type type) |
public static tech.ydb.proto.ValueProtos.Type getBool()
public static tech.ydb.proto.ValueProtos.Type getInt8()
public static tech.ydb.proto.ValueProtos.Type getUint8()
public static tech.ydb.proto.ValueProtos.Type getInt16()
public static tech.ydb.proto.ValueProtos.Type getUint16()
public static tech.ydb.proto.ValueProtos.Type getInt32()
public static tech.ydb.proto.ValueProtos.Type getUint32()
public static tech.ydb.proto.ValueProtos.Type getInt64()
public static tech.ydb.proto.ValueProtos.Type getUint64()
public static tech.ydb.proto.ValueProtos.Type getFloat()
public static tech.ydb.proto.ValueProtos.Type getDouble()
public static tech.ydb.proto.ValueProtos.Type getBytes()
public static tech.ydb.proto.ValueProtos.Type getText()
public static tech.ydb.proto.ValueProtos.Type getYson()
public static tech.ydb.proto.ValueProtos.Type getJson()
public static tech.ydb.proto.ValueProtos.Type getUuid()
public static tech.ydb.proto.ValueProtos.Type getDate()
public static tech.ydb.proto.ValueProtos.Type getDatetime()
public static tech.ydb.proto.ValueProtos.Type getTimestamp()
public static tech.ydb.proto.ValueProtos.Type getInterval()
public static tech.ydb.proto.ValueProtos.Type getTzDate()
public static tech.ydb.proto.ValueProtos.Type getTzDatetime()
public static tech.ydb.proto.ValueProtos.Type getTzTimestamp()
public static tech.ydb.proto.ValueProtos.Type getJsonDocument()
public static tech.ydb.proto.ValueProtos.Type getDyNumber()
public static tech.ydb.proto.ValueProtos.Type getDecimal(int precision,
int scale)
public static tech.ydb.proto.ValueProtos.Type getDict(tech.ydb.proto.ValueProtos.Type keyType,
tech.ydb.proto.ValueProtos.Type valueType)
public static tech.ydb.proto.ValueProtos.Type getList(tech.ydb.proto.ValueProtos.Type itemType)
public static tech.ydb.proto.ValueProtos.Type getOptional(tech.ydb.proto.ValueProtos.Type itemType)
public static tech.ydb.proto.ValueProtos.Type getStruct(String memberName, tech.ydb.proto.ValueProtos.Type memberType)
public static tech.ydb.proto.ValueProtos.Type getStruct(String member1Name, tech.ydb.proto.ValueProtos.Type member1Type, String member2Name, tech.ydb.proto.ValueProtos.Type member2Type)
public static tech.ydb.proto.ValueProtos.Type getStruct(String member1Name, tech.ydb.proto.ValueProtos.Type member1Type, String member2Name, tech.ydb.proto.ValueProtos.Type member2Type, String member3Name, tech.ydb.proto.ValueProtos.Type member3Type)
public static tech.ydb.proto.ValueProtos.Type getStruct(String member1Name, tech.ydb.proto.ValueProtos.Type member1Type, String member2Name, tech.ydb.proto.ValueProtos.Type member2Type, String member3Name, tech.ydb.proto.ValueProtos.Type member3Type, String member4Name, tech.ydb.proto.ValueProtos.Type member4Type)
public static tech.ydb.proto.ValueProtos.Type getStruct(String member1Name, tech.ydb.proto.ValueProtos.Type member1Type, String member2Name, tech.ydb.proto.ValueProtos.Type member2Type, String member3Name, tech.ydb.proto.ValueProtos.Type member3Type, String member4Name, tech.ydb.proto.ValueProtos.Type member4Type, String member5Name, tech.ydb.proto.ValueProtos.Type member5Type)
public static tech.ydb.proto.ValueProtos.Type getStruct(tech.ydb.proto.ValueProtos.StructMember firstMember,
tech.ydb.proto.ValueProtos.StructMember... members)
public static tech.ydb.proto.ValueProtos.Type getTuple()
public static tech.ydb.proto.ValueProtos.Type getTuple(tech.ydb.proto.ValueProtos.Type... elementTypes)
public static tech.ydb.proto.ValueProtos.Type getVariant(tech.ydb.proto.ValueProtos.StructType structType)
public static tech.ydb.proto.ValueProtos.Type getVariant(tech.ydb.proto.ValueProtos.TupleType tupleType)
public static tech.ydb.proto.ValueProtos.Type getVariant(tech.ydb.proto.ValueProtos.Type... elementTypes)
public static tech.ydb.proto.ValueProtos.Type getVoid()
public static Type fromPb(tech.ydb.proto.ValueProtos.Type type)
public static String toString(tech.ydb.proto.ValueProtos.Type type)
Copyright © 2023. All rights reserved.