Home
last modified time | relevance | path

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

/aoo4110/main/connectivity/source/drivers/mysql/
H A DYTable.cxx215 sal_Bool bOldAutoIncrement = sal_False,bAutoIncrement = sal_False; in alterColumnByName() local
216 xProp->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_ISAUTOINCREMENT)) >>= bOldAutoIncrement; in alterColumnByName()
227 || bOldAutoIncrement != bAutoIncrement in alterColumnByName()
232 if ( bOldAutoIncrement != bAutoIncrement ) in alterColumnByName()
/aoo4110/main/connectivity/source/drivers/hsqldb/
H A DHTable.cxx203 sal_Bool bOldAutoIncrement = sal_False,bAutoIncrement = sal_False; in alterColumnByName() local
204 xProp->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_ISAUTOINCREMENT)) >>= bOldAutoIncrement; in alterColumnByName()
229 || bOldAutoIncrement != bAutoIncrement ) in alterColumnByName()
233 if ( bOldAutoIncrement != bAutoIncrement ) in alterColumnByName()

Completed in 24 milliseconds