- 
Subinterfaces of Field in com.ebasetech.xi.api
| Modifier and Type | 
Interface | 
Description | 
interface  | 
TableColumn | 
 The TableColumn interface represents a table column form, integration service or workflow job. 
 | 
interface  | 
WebFormField | 
 The WebFormField interface represents a form field in an interactive web form. 
 | 
interface  | 
WebFormTableColumn | 
 The WebFormTableColumn represents a table column in an interactive web form. 
 | 
 
 
- 
Methods in com.ebasetech.xi.services with parameters of type Field
| Modifier and Type | 
Method | 
Description | 
java.lang.String | 
DatabaseServices.makeJDBCDateStringFromField(Field field) | 
 Creates a SQL escape string in the format {d 'yyyy-mm-dd'} from a form field of type Date, DateTime or Time. 
 | 
java.lang.String | 
DatabaseServices.makeJDBCTimestampStringFromField(Field field) | 
 Creates a SQL escape string in the format {ts 'yyyy-mm-dd hh:mm:ss.fff'} from a form field of type Date, DateTime or Time. 
 | 
java.lang.String | 
DatabaseServices.makeJDBCTimeStringFromField(Field field) | 
 Creates a SQL escape string in the format {t 'hh:mm:ss'} from a form field of type Date, DateTime or Time. 
 |