Class Type.Proto<T> (2.66.0)

public abstract static class Type.Proto<T> implements Type, SqlType.Proto<T>

Inheritance

java.lang.Object > Type.Proto<T>

Implements

Type, Proto<T>

Type Parameter

Name Description
T

Static Methods

<T>create(T message)

public static SqlType.Proto<T> <T>create(T message)
Parameter
Name Description
message T
Returns
Type Description
Proto<T>

Constructors

Proto()

public Proto()

Methods

getCode()

public SqlType.Code getCode()
Returns
Type Description
SqlType.Code

getMessageName()

public String getMessageName()
Returns
Type Description
String

getParserForType()

public Parser<T> getParserForType()
Returns
Type Description
Parser<T>

toString()

public String toString()
Returns
Type Description
String
Overrides