Home
last modified time | relevance | path

Searched refs:nullable (Results 1 – 25 of 26) sorted by relevance

12

/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DCustomColumn.java34 private int nullable = 0; field in CustomColumn
97 return nullable; in getNullable()
99 public void setNullable(int nullable) { in setNullable() argument
100 this.nullable = nullable; in setNullable()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOColumnContainer.java114 int nullable = columnDescription.nullable; in createObject() local
115 …if (nullable != ColumnValue.NO_NULLS && primaryKeyColumns != null && primaryKeyColumns.hasByName(n… in createObject()
116 nullable = ColumnValue.NO_NULLS; in createObject()
119nullable, columnDescription.columnSize, columnDescription.decimalDigits, columnDescription.type, in createObject()
H A DSqlTableHelper.java53 public int nullable; field in SqlTableHelper.ColumnDescription
101 columnDescription.nullable = row.getInt(11); in collectColumnDescriptions()
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlDatabaseMetadata.java107 int nullable = row.getInt(11); in getColumns() local
133 rowOut[10] = new ORowSetValue(nullable); in getColumns()
353 short nullable = row.getShort(7); in getTypeInfo() local
387 rowOut[6] = new ORowSetValue(nullable); in getTypeInfo()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DODatabaseMetaDataResultSet.cxx1130 const ::rtl::OUString& table,sal_Int32 scope, sal_Bool nullable ) in openSpecialColumns() argument
1156 nullable ? SQL_NULLABLE : SQL_NO_NULLS); in openSpecialColumns()
1168 …const ::rtl::OUString& table,sal_Int32 scope,sal_Bool nullable ) throw(SQLException, RuntimeExcept… in openBestRowIdentifier() argument
1170 openSpecialColumns(sal_False,catalog,schema,table,scope,nullable); in openBestRowIdentifier()
H A DODatabaseMetaData.cxx413 sal_Bool nullable ) throw(SQLException, RuntimeException) in getBestRowIdentifier() argument
420 pResult->openBestRowIdentifier(m_bUseCatalog ? catalog : Any(),schema,table,scope,nullable); in getBestRowIdentifier()
/trunk/main/mysqlc/source/
H A Dmysqlc_types.hxx32 sal_Int16 nullable; member
H A Dmysqlc_databasemetadata.cxx1539 aRow.push_back(makeAny(mysqlc_types[i].nullable)); in getTypeInfo()
2041 sal_Bool nullable) in getBestRowIdentifier() argument
2054 std::auto_ptr< sql::ResultSet> rset( meta->getBestRowIdentifier(cat, sch, tab, scope, nullable)); in getBestRowIdentifier()
H A Dmysqlc_databasemetadata.hxx211 …onst OUString& schema, const OUString& table, sal_Int32 scope, sal_Bool nullable) throw(my_SQLExce…
/trunk/main/connectivity/source/inc/odbc/
H A DODatabaseMetaDataResultSet.hxx218 …const ::rtl::OUString& table,sal_Int32 scope,sal_Bool nullable )throw(::com::sun::star::sdbc::SQLE…
227 …const ::rtl::OUString& table,sal_Int32 scope, sal_Bool nullable )throw(::com::sun::star::sdbc::S…
H A DODatabaseMetaData.hxx196 …String& schema, const ::rtl::OUString& table, sal_Int32 scope, sal_Bool nullable ) throw(::com::su…
/trunk/main/offapi/com/sun/star/sdb/
H A DXColumnUpdate.idl58 /** gives a nullable column a null value.
/trunk/main/offapi/com/sun/star/sdbc/
H A DXRowUpdate.idl58 /** gives a nullable column a null value.
H A DXDatabaseMetaData.idl540 /** Can columns be defined as non-nullable?
1728 @param nullable
1729 include columns that are nullable?
1736 [in]string table, [in]long scope, [in] boolean nullable)
/trunk/main/connectivity/source/inc/
H A DTDatabaseMetaDataBase.hxx113 …String& schema, const ::rtl::OUString& table, sal_Int32 scope, sal_Bool nullable ) throw(::com::su…
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLDatabaseMetaData.java414 int scope, boolean nullable) throws SQLException { in getBestRowIdentifier() argument
424 jdbcCatalog, schema, table, scope, nullable)); in getBestRowIdentifier()
/trunk/main/connectivity/source/drivers/jdbc/
H A DDatabaseMetaData.cxx386 sal_Bool nullable ) throw(SQLException, RuntimeException) in getBestRowIdentifier() argument
405 out = t.pEnv->CallObjectMethod( object, mID, args[0].l,args[1].l,args[2].l,scope,nullable); in getBestRowIdentifier()
/trunk/main/offapi/com/sun/star/configuration/
H A DConfigurationAccess.idl157 <p>If the schema marks a value as <em>nullable</em> (which is indicated by
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSDatabaseMetaData.cxx848 sal_Bool nullable ) throw(SQLException, RuntimeException) in getBestRowIdentifier() argument
H A DSDatabaseMetaData.hxx181 …String& schema, const ::rtl::OUString& table, sal_Int32 scope, sal_Bool nullable ) throw(::com::su…
/trunk/main/connectivity/source/inc/java/sql/
H A DDatabaseMetaData.hxx185 …String& schema, const ::rtl::OUString& table, sal_Int32 scope, sal_Bool nullable ) throw(::com::su…
/trunk/main/connectivity/source/drivers/macab/
H A DMacabDatabaseMetaData.hxx182 …String& schema, const ::rtl::OUString& table, sal_Int32 scope, sal_Bool nullable ) throw(::com::su…
/trunk/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/
H A D_Validat.idt11 _Validation Nullable N Y;N Whether the column is nullable
/trunk/main/instsetoo_native/inc_openoffice/windows/msi_templates/
H A D_Validat.idt11 _Validation Nullable N Y;N Whether the column is nullable
/trunk/main/instsetoo_native/inc_sdkoo/windows/msi_templates/
H A D_Validat.idt11 _Validation Nullable N Y;N Whether the column is nullable

Completed in 158 milliseconds

12