Home
last modified time | relevance | path

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

/AOO41X/main/wizards/com/sun/star/wizards/table/
H A DPrimaryKeyHandler.java222 TypeInspector.TypeInfo aAutoPrimeTypeInfo; in isAutoPrimeKeyAutoIncrementationsupported() local
223 aAutoPrimeTypeInfo = curTableDescriptor.oTypeInspector.findAutomaticPrimaryKeyType(); in isAutoPrimeKeyAutoIncrementationsupported()
224 return aAutoPrimeTypeInfo.bisAutoIncrementable; in isAutoPrimeKeyAutoIncrementationsupported()