Type Mapping

Java Type Q/KDB type
System.Boolean / bool boolean
System.Byte / byte byte
System.Int16 / short short
System.Int32 / int int
System.Int64 / long long
System.Single / float real
System.Double / double float
System.String / string symbol
System.Char[] / char[] char vector (string)
System.Char / char char
DeltaApiCore.Connections.Kdb.Support.Date date
System.DateTime datetime
DeltaApiCore.Connections.Kdb.Support.Month month
DeltaApiCore.Types.QTimestamp timestamp
DeltaApiCore.Connections.Kdb.Support.Minute minute
DeltaApiCore.Connections.Kdb.Support.Second second
System.TimeSpan time
DeltaApiCore.Types.QTimespan timespan
System.Guid guid
DeltaApiCore.Connections.Kdb.Support.Dict dictionary
DeltaApiCore.Connections.Kdb.Support.Flip table