Home
last modified time | relevance | path

Searched refs:fieldTypes (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/forms/qa/integration/forms/
H A DListBox.java84 final String[] fieldTypes = fieldTypesDefinitions[0]; in checkForeignKeys() local
92 for ( int i=0; i<fieldTypes.length; ++i ) in checkForeignKeys()
94 final String columnFKName = fieldTypes[i] + "_fk"; in checkForeignKeys()
102 failedFieldTypes.append( fieldTypes[i] ); in checkForeignKeys()
270 final String[] fieldTypes = fieldDefinitions[0]; in impl_createForm() local
271 for ( int i=0; i<fieldTypes.length; ++i ) in impl_createForm()
273 final String tableName = fieldTypes[i] + "_pk"; in impl_createForm()
274 final String columnFKName = fieldTypes[i] + "_fk"; in impl_createForm()
275 final String columnPKName = fieldTypes[i] + "_pk"; in impl_createForm()

Completed in 11 milliseconds