Diffusion Apple API  6.5.13
Unified Client Library for iOS, tvOS and OS X / macOS
 All Classes Files Functions Variables Enumerations Enumerator Properties Pages
Properties | Instance Methods | List of all members
PTDiffusionRecordV2SchemaField Class Reference

Introduction

A field definition within a schema.

Since
6.0
Inheritance diagram for PTDiffusionRecordV2SchemaField:
PTDiffusionRecordV2SchemaNode

Properties

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

Instance Methods

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

Method Documentation

- (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

- (SInt32) scale
readnonatomicassign

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

Since
6.0
- (PTDiffusionRecordV2SchemaFieldType*) type
readnonatomicassign

The field type.

Since
6.0