Home
last modified time | relevance | path

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

/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/
H A DSdbcxColumnDescriptor.java110 … registerProperty(PropertyIds.ISNULLABLE.name, PropertyIds.ISNULLABLE.id, Type.LONG, (short)0, in registerProperties()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOColumn.java179 …registerProperty(PropertyIds.ISNULLABLE.name, PropertyIds.ISNULLABLE.id, Type.LONG, PropertyAttrib… in registerProperties()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DPropertyIds.java41 ISNULLABLE (16, "IsNullable"), enumConstant
/trunk/main/dbaccess/source/core/api/
H A DCRowSetColumn.cxx68 DECL_PROP1( ISNULLABLE, sal_Int32, READONLY ); in createArrayHelper()
H A DCRowSetDataColumn.cxx102 DECL_PROP1( ISNULLABLE, sal_Int32, READONLY ); in createArrayHelper()
H A Dresultcolumn.cxx191 DECL_PROP1(ISNULLABLE, sal_Int32, READONLY); in createArrayHelper()
H A Ddefinitioncolumn.cxx505 DECL_PROP0( ISNULLABLE, sal_Int32 ); in createArrayHelper()
/trunk/main/forms/source/misc/
H A Dproperty.cxx226 ADD_PROP_ASSIGNMENT(ISNULLABLE); in initialize()