Home
last modified time | relevance | path

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

/trunk/main/dbaccess/qa/complex/dbaccess/
H A DSingleSelectQueryComposer.java94 final Class composerClass = m_composer.getClass(); in checkAttributeAccess() local
95 … final Method attributeGetter = composerClass.getMethod("get" + _attributeName, new Class[] in checkAttributeAccess()
98 … final Method attributeSetter = composerClass.getMethod("set" + _attributeName, new Class[] in checkAttributeAccess()

Completed in 17 milliseconds