public interface ICustomizationFields
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
com4j.Com4jObject |
addActiveField(String tableName)
Finds the first free, inactive field in the specified table, signs the field as active, and returns the CustomizationFields object representing the field.
|
com4j.Com4jObject |
addActiveMemoField(String tableName)
Creates a new memo field in a table.
|
com4j.Com4jObject |
field(String tableName,
String fieldName)
The customization field object for the specified database table and field.
|
boolean |
fieldExists(String tableName,
String fieldName)
Checks if the specified database field exists.
|
IList |
fields(String tableName)
A list of all fields in the specified table.
|
com4j.Com4jObject field(String tableName, String fieldName)
The customization field object for the specified database table and field.
Getter method for the COM property "Field"
tableName
- Mandatory java.lang.String parameter.fieldName
- Mandatory java.lang.String parameter.IList fields(@DefaultValue(value="") String tableName)
A list of all fields in the specified table.
Getter method for the COM property "Fields"
tableName
- Optional parameter. Default value is ""com4j.Com4jObject addActiveField(String tableName)
Finds the first free, inactive field in the specified table, signs the field as active, and returns the CustomizationFields object representing the field.
tableName
- Mandatory java.lang.String parameter.boolean fieldExists(String tableName, String fieldName)
Checks if the specified database field exists.
Getter method for the COM property "FieldExists"
tableName
- Mandatory java.lang.String parameter.fieldName
- Mandatory java.lang.String parameter.com4j.Com4jObject addActiveMemoField(String tableName)
Creates a new memo field in a table.
tableName
- Mandatory java.lang.String parameter.Copyright © 2020. All rights reserved.