confluent-ksqldb-dotnet
Show / Hide Table of Contents

Class ArraySqlType

A sql type representing an array, which contains items of a given type.

Inheritance
System.Object
ArraySqlType
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 ArraySqlType : SqlType

Constructors

ArraySqlType(SqlType)

Creates an array SqlType

Declaration
public ArraySqlType(SqlType itemType)
Parameters
Type Name Description
SqlType itemType

Properties

ItemType

The type of the contained items.

Declaration
public SqlType ItemType { get; }
Property Value
Type Description
SqlType

Explicit Interface Implementations

SqlType.SqlTypeEnum

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

Implements

SqlType
In This Article