Interface SqlType
The interface of all SQL types represented in ksqlDB
Namespace: Confluent.KsqlDB.types
Assembly: cs.temp.dll.dll
Syntax
public interface SqlType
Properties
SqlTypeEnum
The enum of the type. Can be used to figure out what type this is such that it can be cast to a more precise type to extract additional metadata.
Declaration
SqlTypeEnum SqlTypeEnum { get; }
Property Value
Type | Description |
---|---|
SqlTypeEnum |