/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/ |
H A D | CustomColumn.java | 34 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 D | OColumnContainer.java | 114 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() 119 … nullable, columnDescription.columnSize, columnDescription.decimalDigits, columnDescription.type, in createObject()
|
H A D | SqlTableHelper.java | 53 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 D | PostgresqlDatabaseMetadata.java | 107 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 D | ODatabaseMetaDataResultSet.cxx | 1130 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 D | ODatabaseMetaData.cxx | 413 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 D | mysqlc_types.hxx | 32 sal_Int16 nullable; member
|
H A D | mysqlc_databasemetadata.cxx | 1539 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 D | mysqlc_databasemetadata.hxx | 211 …onst OUString& schema, const OUString& table, sal_Int32 scope, sal_Bool nullable) throw(my_SQLExce…
|
/trunk/main/connectivity/source/inc/odbc/ |
H A D | ODatabaseMetaDataResultSet.hxx | 218 …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 D | ODatabaseMetaData.hxx | 196 …String& schema, const ::rtl::OUString& table, sal_Int32 scope, sal_Bool nullable ) throw(::com::su…
|
/trunk/main/offapi/com/sun/star/sdb/ |
H A D | XColumnUpdate.idl | 58 /** gives a nullable column a null value.
|
/trunk/main/offapi/com/sun/star/sdbc/ |
H A D | XRowUpdate.idl | 58 /** gives a nullable column a null value.
|
H A D | XDatabaseMetaData.idl | 540 /** 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 D | TDatabaseMetaDataBase.hxx | 113 …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 D | JavaSQLDatabaseMetaData.java | 414 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 D | DatabaseMetaData.cxx | 386 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 D | ConfigurationAccess.idl | 157 <p>If the schema marks a value as <em>nullable</em> (which is indicated by
|
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SDatabaseMetaData.cxx | 848 sal_Bool nullable ) throw(SQLException, RuntimeException) in getBestRowIdentifier() argument
|
H A D | SDatabaseMetaData.hxx | 181 …String& schema, const ::rtl::OUString& table, sal_Int32 scope, sal_Bool nullable ) throw(::com::su…
|
/trunk/main/connectivity/source/inc/java/sql/ |
H A D | DatabaseMetaData.hxx | 185 …String& schema, const ::rtl::OUString& table, sal_Int32 scope, sal_Bool nullable ) throw(::com::su…
|
/trunk/main/connectivity/source/drivers/macab/ |
H A D | MacabDatabaseMetaData.hxx | 182 …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.idt | 11 _Validation Nullable N Y;N Whether the column is nullable
|
/trunk/main/instsetoo_native/inc_openoffice/windows/msi_templates/ |
H A D | _Validat.idt | 11 _Validation Nullable N Y;N Whether the column is nullable
|
/trunk/main/instsetoo_native/inc_sdkoo/windows/msi_templates/ |
H A D | _Validat.idt | 11 _Validation Nullable N Y;N Whether the column is nullable
|