Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/db/
H A DTypeInspector.java252 public boolean supportsDataType(int _curDataType) in supportsDataType() argument
254 return (JavaTools.FieldInIntTable(nDataTypeInfos, _curDataType) > -1); in supportsDataType()
275 public String getDefaultTypeName(int _curDataType, Integer precision) in getDefaultTypeName() argument
280 if (nDataTypeInfos[i] == _curDataType) in getDefaultTypeName()
314 public int convertDataType(int _curDataType) in convertDataType() argument
316 int retDataType = _curDataType; in convertDataType()
317 if (!supportsDataType(_curDataType)) in convertDataType()
319 switch (_curDataType) in convertDataType()

Completed in 12 milliseconds