Home
last modified time | relevance | path

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

/aoo4110/main/forms/qa/integration/forms/
H A DListBox.java196 final String columnPKName = keyTypes[i] + "_pk"; in impl_createDatabase() local
201 … new HsqlColumnDescriptor( columnPKName, columnType, HsqlColumnDescriptor.PRIMARY ), in impl_createDatabase()
225 tableName, columnPKName ) ); in impl_createDatabase()
275 final String columnPKName = fieldTypes[i] + "_pk"; in impl_createForm() local
279 …stBoxModel.setPropertyValue( "ListSource", new String[] { "SELECT \"content\", \"" + columnPKName + in impl_createForm()

Completed in 17 milliseconds