Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/db/
H A DTypeInspector.java223 int startindex = 0; in getDataTypeIndex() local
226 int i = JavaTools.FieldInIntTable(nDataTypeInfos, nDataType, startindex); in getDataTypeIndex()
227 startindex = i + 1; in getDataTypeIndex()
383 int startindex = 0; in getAutoIncrementIndex() local
387 int i = JavaTools.FieldInIntTable(nDataTypeInfos, curDataType, startindex); in getAutoIncrementIndex()
388 startindex = i + 1; in getAutoIncrementIndex()
435 int startindex = 0; in findAutomaticPrimaryKeyType() local
438 int i = JavaTools.FieldInIntTable(nDataTypeInfos, nDataType, startindex); in findAutomaticPrimaryKeyType()
446 startindex = i + 1; in findAutomaticPrimaryKeyType()
448 startindex = i + 1; in findAutomaticPrimaryKeyType()

Completed in 13 milliseconds