Class ProtoMessageType

java.lang.Object
com.google.cloud.spanner.jdbc.ProtoMessageType
All Implemented Interfaces:
SQLType

public class ProtoMessageType extends Object implements SQLType
Custom SQL type for Spanner PROTO data type. This type (or the vendor type number) must be used when setting a PROTO parameter using PreparedStatement.setObject(int, Object, SQLType).