Diffusion Apple API 6.12.1
Unified Client Library for iOS, tvOS and OS X / macOS
Loading...
Searching...
No Matches
PTDiffusionRecordV2SchemaField Class Reference

A field definition within a schema. More...

#include <PTDiffusionRecordV2SchemaField.h>

Inheritance diagram for PTDiffusionRecordV2SchemaField:
PTDiffusionRecordV2SchemaNode

Instance Methods

(BOOL) - isEqualToRecordV2SchemaField:
Instance Methods inherited from PTDiffusionRecordV2SchemaNode
(BOOL) - isEqualToRecordV2SchemaNode:

Properties

PTDiffusionRecordV2SchemaFieldTypetype
SInt32 scale
Properties inherited from PTDiffusionRecordV2SchemaNode
NSString * name
SInt32 min
SInt32 max
BOOL variable

Detailed Description

A field definition within a schema.

Since
6.0

Method Documentation

◆ isEqualToRecordV2SchemaField:

- (BOOL) isEqualToRecordV2SchemaField: (nullable PTDiffusionRecordV2SchemaField *) field

Compares the receiver to the given schema field.

Parameters
fieldThe schema field object with which to compare the receiver.
Returns
YES if the field is equal to the contents of the receiver, otherwise NO.
Since
6.0

Property Documentation

◆ scale

- (SInt32) scale
readnonatomicassign

The scale of a decimal field or zero for other types.

Since
6.0

◆ type

- (PTDiffusionRecordV2SchemaFieldType*) type
readnonatomicassign

The field type.

Since
6.0