Package | Description |
---|---|
com.ebasetech.xi.api | |
com.ebasetech.xi.services |
Modifier and Type | Interface and 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. |
Modifier and Type | Method and Description |
---|---|
Field |
Fields.getField(java.lang.String fieldName)
Returns the
Field with name fieldName . |
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.
|