| Package | Description | 
|---|---|
| com.ebasetech.xi.api | |
| com.ebasetech.xi.services | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | TableColumnThe  TableColumninterface represents a table column form, integration service or workflow job. | 
| interface  | WebFormFieldThe  WebFormFieldinterface represents a form field in an interactive web form. | 
| interface  | WebFormTableColumnThe  WebFormTableColumnrepresents a table column in an interactive web form. | 
| Modifier and Type | Method and Description | 
|---|---|
| Field | Fields. getField(java.lang.String fieldName)Returns the  Fieldwith namefieldName. | 
| Modifier and Type | Method and 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. |