The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::FileMaker::XML::ResultSet::FieldsDefinition::Field

SYNOPSIS

This module handles the single field definition hash returned by the Net::FileMaker::XML search methods. Don't call this module directly, instead use Net::FileMaker::XML.

METHODS

get($field_name)

Returns the value for the supplied field name.

It may return (possible results in parentheses):

  • * global (0,1)

  • * numeric-only (0,1)

  • * four-digit-year (0,1)

  • * not-empty (0,1)

  • * auto_enter (0,1)

  • * type ("normal", "calculation", or "summary")

  • * time-of_day (0,1)

  • * max-repeat (int)

  • * max-characters (int)

  • * result ("text", "number", "date", "time", "timestamp", or "container")

get_all

Returns a reference to an hash with all the parameters of this field.