Searched refs:_xColPropertySet (Results 1 – 2 of 2) sorted by relevance
116 public int getScale(XPropertySet _xColPropertySet) in getScale() argument120 int i = getDataTypeIndex(_xColPropertySet, false); in getScale()121 int nScale = AnyConverter.toInt(_xColPropertySet.getPropertyValue("Scale")); in getScale()146 public int getNullability(XPropertySet _xColPropertySet, int _nNullable) in getNullability() argument148 int i = getDataTypeIndex(_xColPropertySet, false); in getNullability()160 public int getNullability(XPropertySet _xColPropertySet) in getNullability() argument164 int i = getDataTypeIndex(_xColPropertySet, false); in getNullability()169 int nNullable = AnyConverter.toInt(_xColPropertySet.getPropertyValue("IsNullable")); in getNullability()183 public boolean isColumnOrderable(XPropertySet _xColPropertySet) in isColumnOrderable() argument185 int i = getDataTypeIndex(_xColPropertySet, false); in isColumnOrderable()[all …]
103 public ColumnDescriptor(XPropertySet _xColPropertySet, String _Name) in ColumnDescriptor() argument106 xColPropertySet = _xColPropertySet; in ColumnDescriptor()443 public boolean modifyColumn(String _sname, XPropertySet _xColPropertySet) in modifyColumn() argument454 oColumnDescriptor.xColPropertySet = _xColPropertySet; in modifyColumn()455 … oColumnDescriptor.Name = (String) _xColPropertySet.getPropertyValue(PropertyNames.PROPERTY_NAME); in modifyColumn()