confluent-ksqldb-dotnet
Show / Hide Table of Contents

Class DecimalSqlType

Represents a decimal type. In the future, if we try to parse the result with arbitrary precision, that metadata may be kept here, though it's parsed with the native decimal precision currently.

Inheritance
System.Object
DecimalSqlType
Implements
SqlType
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Confluent.KsqlDB.types
Assembly: cs.temp.dll.dll
Syntax
public class DecimalSqlType : SqlType

Explicit Interface Implementations

SqlType.SqlTypeEnum

Declaration
SqlTypeEnum SqlType.SqlTypeEnum { get; }
Returns
Type Description
SqlTypeEnum

Implements

SqlType
In This Article