go back Home

Field

Sample XML

The following is only an example of what the XML should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

<null actions="..." caption="..." decimalPrecision="..." decimalScale="..." displaySize="..." domain="..." jDBCType="..." maxLength="..." name="..." ordinal="..." storageClass="..." storageType="..." tableName="..."/>

Sample JSON

The following is only an example of what the JSON should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

{"actions":"...","caption":"...","decimalPrecision":"...","decimalScale":"...","displaySize":"...","domain":"...","jDBCType":"...","maxLength":"...","name":"...","ordinal":"...","storageClass":"...","storageType":"...","tableName":"..."}

Fields

name type
actions FieldAction[]
caption String
decimalPrecision short
decimalScale short
displaySize short
domain FieldDomain
jDBCType short
maxLength short
name String
ordinal short
storageClass Class
storageType byte
tableName String