public class ProtoType extends Object
| Constructor and Description |
|---|
ProtoType() |
| Modifier and Type | Method and Description |
|---|---|
static com.yandex.ydb.ValueProtos.Type |
bool() |
static com.yandex.ydb.ValueProtos.Type |
date() |
static com.yandex.ydb.ValueProtos.Type |
datetime() |
static com.yandex.ydb.ValueProtos.Type |
decimal(int precision,
int scale) |
static com.yandex.ydb.ValueProtos.Type |
dict(com.yandex.ydb.ValueProtos.Type keyType,
com.yandex.ydb.ValueProtos.Type valueType) |
static com.yandex.ydb.ValueProtos.Type |
dyNumber() |
static com.yandex.ydb.ValueProtos.Type |
float32() |
static com.yandex.ydb.ValueProtos.Type |
float64() |
static Type |
fromPb(com.yandex.ydb.ValueProtos.Type type) |
static com.yandex.ydb.ValueProtos.Type |
int16() |
static com.yandex.ydb.ValueProtos.Type |
int32() |
static com.yandex.ydb.ValueProtos.Type |
int64() |
static com.yandex.ydb.ValueProtos.Type |
int8() |
static com.yandex.ydb.ValueProtos.Type |
interval() |
static com.yandex.ydb.ValueProtos.Type |
json() |
static com.yandex.ydb.ValueProtos.Type |
jsonDocument() |
static com.yandex.ydb.ValueProtos.Type |
list(com.yandex.ydb.ValueProtos.Type itemType) |
static com.yandex.ydb.ValueProtos.Type |
optional(com.yandex.ydb.ValueProtos.Type itemType) |
static com.yandex.ydb.ValueProtos.Type |
string() |
static com.yandex.ydb.ValueProtos.Type |
struct(String memberName,
com.yandex.ydb.ValueProtos.Type memberType) |
static com.yandex.ydb.ValueProtos.Type |
struct(String member1Name,
com.yandex.ydb.ValueProtos.Type member1Type,
String member2Name,
com.yandex.ydb.ValueProtos.Type member2Type) |
static com.yandex.ydb.ValueProtos.Type |
struct(String member1Name,
com.yandex.ydb.ValueProtos.Type member1Type,
String member2Name,
com.yandex.ydb.ValueProtos.Type member2Type,
String member3Name,
com.yandex.ydb.ValueProtos.Type member3Type) |
static com.yandex.ydb.ValueProtos.Type |
struct(String member1Name,
com.yandex.ydb.ValueProtos.Type member1Type,
String member2Name,
com.yandex.ydb.ValueProtos.Type member2Type,
String member3Name,
com.yandex.ydb.ValueProtos.Type member3Type,
String member4Name,
com.yandex.ydb.ValueProtos.Type member4Type) |
static com.yandex.ydb.ValueProtos.Type |
struct(String member1Name,
com.yandex.ydb.ValueProtos.Type member1Type,
String member2Name,
com.yandex.ydb.ValueProtos.Type member2Type,
String member3Name,
com.yandex.ydb.ValueProtos.Type member3Type,
String member4Name,
com.yandex.ydb.ValueProtos.Type member4Type,
String member5Name,
com.yandex.ydb.ValueProtos.Type member5Type) |
static com.yandex.ydb.ValueProtos.Type |
struct(com.yandex.ydb.ValueProtos.StructMember firstMember,
com.yandex.ydb.ValueProtos.StructMember... members) |
static com.yandex.ydb.ValueProtos.Type |
timestamp() |
static String |
toString(com.yandex.ydb.ValueProtos.Type type) |
static com.yandex.ydb.ValueProtos.Type |
tuple() |
static com.yandex.ydb.ValueProtos.Type |
tuple(com.yandex.ydb.ValueProtos.Type... elementTypes) |
static com.yandex.ydb.ValueProtos.Type |
tzDate() |
static com.yandex.ydb.ValueProtos.Type |
tzDatetime() |
static com.yandex.ydb.ValueProtos.Type |
tzTimestamp() |
static com.yandex.ydb.ValueProtos.Type |
uint16() |
static com.yandex.ydb.ValueProtos.Type |
uint32() |
static com.yandex.ydb.ValueProtos.Type |
uint64() |
static com.yandex.ydb.ValueProtos.Type |
uint8() |
static com.yandex.ydb.ValueProtos.Type |
utf8() |
static com.yandex.ydb.ValueProtos.Type |
uuid() |
static com.yandex.ydb.ValueProtos.Type |
variant(com.yandex.ydb.ValueProtos.StructType structType) |
static com.yandex.ydb.ValueProtos.Type |
variant(com.yandex.ydb.ValueProtos.TupleType tupleType) |
static com.yandex.ydb.ValueProtos.Type |
variant(com.yandex.ydb.ValueProtos.Type... elementTypes) |
static com.yandex.ydb.ValueProtos.Type |
voidType() |
static com.yandex.ydb.ValueProtos.Type |
yson() |
public static com.yandex.ydb.ValueProtos.Type bool()
public static com.yandex.ydb.ValueProtos.Type int8()
public static com.yandex.ydb.ValueProtos.Type uint8()
public static com.yandex.ydb.ValueProtos.Type int16()
public static com.yandex.ydb.ValueProtos.Type uint16()
public static com.yandex.ydb.ValueProtos.Type int32()
public static com.yandex.ydb.ValueProtos.Type uint32()
public static com.yandex.ydb.ValueProtos.Type int64()
public static com.yandex.ydb.ValueProtos.Type uint64()
public static com.yandex.ydb.ValueProtos.Type float32()
public static com.yandex.ydb.ValueProtos.Type float64()
public static com.yandex.ydb.ValueProtos.Type string()
public static com.yandex.ydb.ValueProtos.Type utf8()
public static com.yandex.ydb.ValueProtos.Type yson()
public static com.yandex.ydb.ValueProtos.Type json()
public static com.yandex.ydb.ValueProtos.Type uuid()
public static com.yandex.ydb.ValueProtos.Type date()
public static com.yandex.ydb.ValueProtos.Type datetime()
public static com.yandex.ydb.ValueProtos.Type timestamp()
public static com.yandex.ydb.ValueProtos.Type interval()
public static com.yandex.ydb.ValueProtos.Type tzDate()
public static com.yandex.ydb.ValueProtos.Type tzDatetime()
public static com.yandex.ydb.ValueProtos.Type tzTimestamp()
public static com.yandex.ydb.ValueProtos.Type jsonDocument()
public static com.yandex.ydb.ValueProtos.Type dyNumber()
public static com.yandex.ydb.ValueProtos.Type decimal(int precision,
int scale)
public static com.yandex.ydb.ValueProtos.Type dict(com.yandex.ydb.ValueProtos.Type keyType,
com.yandex.ydb.ValueProtos.Type valueType)
public static com.yandex.ydb.ValueProtos.Type list(com.yandex.ydb.ValueProtos.Type itemType)
public static com.yandex.ydb.ValueProtos.Type optional(com.yandex.ydb.ValueProtos.Type itemType)
public static com.yandex.ydb.ValueProtos.Type struct(String memberName, com.yandex.ydb.ValueProtos.Type memberType)
public static com.yandex.ydb.ValueProtos.Type struct(String member1Name, com.yandex.ydb.ValueProtos.Type member1Type, String member2Name, com.yandex.ydb.ValueProtos.Type member2Type)
public static com.yandex.ydb.ValueProtos.Type struct(String member1Name, com.yandex.ydb.ValueProtos.Type member1Type, String member2Name, com.yandex.ydb.ValueProtos.Type member2Type, String member3Name, com.yandex.ydb.ValueProtos.Type member3Type)
public static com.yandex.ydb.ValueProtos.Type struct(String member1Name, com.yandex.ydb.ValueProtos.Type member1Type, String member2Name, com.yandex.ydb.ValueProtos.Type member2Type, String member3Name, com.yandex.ydb.ValueProtos.Type member3Type, String member4Name, com.yandex.ydb.ValueProtos.Type member4Type)
public static com.yandex.ydb.ValueProtos.Type struct(String member1Name, com.yandex.ydb.ValueProtos.Type member1Type, String member2Name, com.yandex.ydb.ValueProtos.Type member2Type, String member3Name, com.yandex.ydb.ValueProtos.Type member3Type, String member4Name, com.yandex.ydb.ValueProtos.Type member4Type, String member5Name, com.yandex.ydb.ValueProtos.Type member5Type)
public static com.yandex.ydb.ValueProtos.Type struct(com.yandex.ydb.ValueProtos.StructMember firstMember,
com.yandex.ydb.ValueProtos.StructMember... members)
public static com.yandex.ydb.ValueProtos.Type tuple()
public static com.yandex.ydb.ValueProtos.Type tuple(com.yandex.ydb.ValueProtos.Type... elementTypes)
public static com.yandex.ydb.ValueProtos.Type variant(com.yandex.ydb.ValueProtos.StructType structType)
public static com.yandex.ydb.ValueProtos.Type variant(com.yandex.ydb.ValueProtos.TupleType tupleType)
public static com.yandex.ydb.ValueProtos.Type variant(com.yandex.ydb.ValueProtos.Type... elementTypes)
public static com.yandex.ydb.ValueProtos.Type voidType()
public static Type fromPb(com.yandex.ydb.ValueProtos.Type type)
public static String toString(com.yandex.ydb.ValueProtos.Type type)
Copyright © 2021. All rights reserved.