/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SStatement.cxx | 259 DECL_PROP0(CURSORNAME, ::rtl::OUString); in createArrayHelper() 261 DECL_PROP0(FETCHDIRECTION,sal_Int32); in createArrayHelper() 262 DECL_PROP0(FETCHSIZE, sal_Int32); in createArrayHelper() 263 DECL_PROP0(MAXFIELDSIZE,sal_Int32); in createArrayHelper() 264 DECL_PROP0(MAXROWS, sal_Int32); in createArrayHelper() 265 DECL_PROP0(QUERYTIMEOUT,sal_Int32); in createArrayHelper() 266 DECL_PROP0(RESULTSETCONCURRENCY,sal_Int32); in createArrayHelper() 267 DECL_PROP0(RESULTSETTYPE,sal_Int32); in createArrayHelper()
|
H A D | propertyids.hxx | 80 #define DECL_PROP0(varname, type) \ macro
|
H A D | SResultSet.cxx | 768 DECL_PROP0(FETCHDIRECTION, sal_Int32); in createArrayHelper() 769 DECL_PROP0(FETCHSIZE, sal_Int32); in createArrayHelper()
|
/trunk/main/mysqlc/source/ |
H A D | mysqlc_statement.cxx | 378 DECL_PROP0(CURSORNAME, OUString); in createArrayHelper() 380 DECL_PROP0(FETCHDIRECTION,sal_Int32); in createArrayHelper() 381 DECL_PROP0(FETCHSIZE, sal_Int32); in createArrayHelper() 382 DECL_PROP0(MAXFIELDSIZE,sal_Int32); in createArrayHelper() 383 DECL_PROP0(MAXROWS, sal_Int32); in createArrayHelper() 384 DECL_PROP0(QUERYTIMEOUT,sal_Int32); in createArrayHelper() 385 DECL_PROP0(RESULTSETCONCURRENCY,sal_Int32); in createArrayHelper() 386 DECL_PROP0(RESULTSETTYPE,sal_Int32); in createArrayHelper()
|
H A D | mysqlc_propertyids.hxx | 143 #define DECL_PROP0(varname, type) \ macro
|
H A D | mysqlc_resultset.cxx | 1372 DECL_PROP0(FETCHDIRECTION, sal_Int32); in createArrayHelper() 1373 DECL_PROP0(FETCHSIZE, sal_Int32); in createArrayHelper()
|
/trunk/main/connectivity/source/drivers/macab/ |
H A D | MacabStatement.cxx | 520 DECL_PROP0(CURSORNAME, ::rtl::OUString); in createArrayHelper() 522 DECL_PROP0(FETCHDIRECTION,sal_Int32); in createArrayHelper() 523 DECL_PROP0(FETCHSIZE, sal_Int32); in createArrayHelper() 524 DECL_PROP0(MAXFIELDSIZE,sal_Int32); in createArrayHelper() 525 DECL_PROP0(MAXROWS, sal_Int32); in createArrayHelper() 526 DECL_PROP0(QUERYTIMEOUT,sal_Int32); in createArrayHelper() 527 DECL_PROP0(RESULTSETCONCURRENCY,sal_Int32); in createArrayHelper() 528 DECL_PROP0(RESULTSETTYPE,sal_Int32); in createArrayHelper()
|
H A D | MacabResultSet.cxx | 993 DECL_PROP0(FETCHDIRECTION, sal_Int32); in createArrayHelper() 994 DECL_PROP0(FETCHSIZE, sal_Int32); in createArrayHelper()
|
/trunk/main/dbaccess/source/core/api/ |
H A D | statement.cxx | 233 DECL_PROP0(CURSORNAME, ::rtl::OUString); in createArrayHelper() 235 DECL_PROP0(FETCHDIRECTION, sal_Int32); in createArrayHelper() 236 DECL_PROP0(FETCHSIZE, sal_Int32); in createArrayHelper() 237 DECL_PROP0(MAXFIELDSIZE, sal_Int32); in createArrayHelper() 238 DECL_PROP0(MAXROWS, sal_Int32); in createArrayHelper() 239 DECL_PROP0(QUERYTIMEOUT, sal_Int32); in createArrayHelper() 240 DECL_PROP0(RESULTSETCONCURRENCY, sal_Int32); in createArrayHelper() 241 DECL_PROP0(RESULTSETTYPE, sal_Int32); in createArrayHelper()
|
H A D | definitioncolumn.cxx | 505 DECL_PROP0( ISNULLABLE, sal_Int32 ); in createArrayHelper() 506 DECL_PROP0( PRECISION, sal_Int32 ); in createArrayHelper() 507 DECL_PROP0( SCALE, sal_Int32 ); in createArrayHelper() 508 DECL_PROP0( TYPE, sal_Int32 ); in createArrayHelper() 509 DECL_PROP0( TYPENAME, ::rtl::OUString ); in createArrayHelper() 517 DECL_PROP0( DEFAULTVALUE, ::rtl::OUString ); in createArrayHelper() 521 DECL_PROP0( DESCRIPTION, ::rtl::OUString ); in createArrayHelper()
|
H A D | resultset.cxx | 277 DECL_PROP0(FETCHDIRECTION, sal_Int32); in createArrayHelper() 278 DECL_PROP0(FETCHSIZE, sal_Int32); in createArrayHelper()
|
/trunk/main/connectivity/source/drivers/ado/ |
H A D | AStatement.cxx | 664 DECL_PROP0(CURSORNAME, ::rtl::OUString); in createArrayHelper() 666 DECL_PROP0(FETCHDIRECTION,sal_Int32); in createArrayHelper() 667 DECL_PROP0(FETCHSIZE, sal_Int32); in createArrayHelper() 668 DECL_PROP0(MAXFIELDSIZE,sal_Int32); in createArrayHelper() 669 DECL_PROP0(MAXROWS, sal_Int32); in createArrayHelper() 670 DECL_PROP0(QUERYTIMEOUT,sal_Int32); in createArrayHelper() 671 DECL_PROP0(RESULTSETCONCURRENCY,sal_Int32); in createArrayHelper() 672 DECL_PROP0(RESULTSETTYPE,sal_Int32); in createArrayHelper()
|
H A D | ADatabaseMetaDataResultSet.cxx | 707 DECL_PROP0(CURSORNAME, ::rtl::OUString); in createArrayHelper() 708 DECL_PROP0(FETCHDIRECTION, sal_Int32); in createArrayHelper() 709 DECL_PROP0(FETCHSIZE, sal_Int32); in createArrayHelper() 710 DECL_PROP0(RESULTSETCONCURRENCY,sal_Int32); in createArrayHelper() 711 DECL_PROP0(RESULTSETTYPE, sal_Int32); in createArrayHelper()
|
H A D | AResultSet.cxx | 1062 DECL_PROP0(FETCHDIRECTION, sal_Int32); in createArrayHelper() 1063 DECL_PROP0(FETCHSIZE, sal_Int32); in createArrayHelper()
|
/trunk/main/connectivity/source/drivers/jdbc/ |
H A D | JStatement.cxx | 604 DECL_PROP0(CURSORNAME, ::rtl::OUString); in createArrayHelper() 606 DECL_PROP0(FETCHDIRECTION,sal_Int32); in createArrayHelper() 607 DECL_PROP0(FETCHSIZE, sal_Int32); in createArrayHelper() 608 DECL_PROP0(MAXFIELDSIZE,sal_Int32); in createArrayHelper() 609 DECL_PROP0(MAXROWS, sal_Int32); in createArrayHelper() 610 DECL_PROP0(QUERYTIMEOUT,sal_Int32); in createArrayHelper() 611 DECL_PROP0(RESULTSETCONCURRENCY,sal_Int32); in createArrayHelper() 612 DECL_PROP0(RESULTSETTYPE,sal_Int32); in createArrayHelper()
|
H A D | ResultSet.cxx | 968 DECL_PROP0(FETCHDIRECTION, sal_Int32); in createArrayHelper() 969 DECL_PROP0(FETCHSIZE, sal_Int32); in createArrayHelper()
|
/trunk/main/connectivity/source/drivers/odbcbase/ |
H A D | OStatement.cxx | 930 DECL_PROP0(CURSORNAME, ::rtl::OUString); in createArrayHelper() 932 DECL_PROP0(FETCHDIRECTION,sal_Int32); in createArrayHelper() 933 DECL_PROP0(FETCHSIZE, sal_Int32); in createArrayHelper() 934 DECL_PROP0(MAXFIELDSIZE,sal_Int32); in createArrayHelper() 935 DECL_PROP0(MAXROWS, sal_Int32); in createArrayHelper() 936 DECL_PROP0(QUERYTIMEOUT,sal_Int32); in createArrayHelper() 937 DECL_PROP0(RESULTSETCONCURRENCY,sal_Int32); in createArrayHelper() 938 DECL_PROP0(RESULTSETTYPE,sal_Int32); in createArrayHelper()
|
H A D | ODatabaseMetaDataResultSet.cxx | 747 DECL_PROP0(CURSORNAME, ::rtl::OUString); in createArrayHelper() 748 DECL_PROP0(FETCHDIRECTION, sal_Int32); in createArrayHelper() 749 DECL_PROP0(FETCHSIZE, sal_Int32); in createArrayHelper() 750 DECL_PROP0(RESULTSETCONCURRENCY,sal_Int32); in createArrayHelper() 751 DECL_PROP0(RESULTSETTYPE, sal_Int32); in createArrayHelper()
|
H A D | OResultSet.cxx | 1390 DECL_PROP0(FETCHDIRECTION, sal_Int32); in createArrayHelper() 1391 DECL_PROP0(FETCHSIZE, sal_Int32); in createArrayHelper()
|
/trunk/main/connectivity/source/inc/ |
H A D | propertyids.hxx | 75 #define DECL_PROP0(varname, type) \ macro
|
/trunk/main/forms/source/inc/ |
H A D | property.hxx | 141 #define DECL_PROP0(varname, type) \ macro
|
/trunk/main/dbaccess/source/inc/ |
H A D | apitools.hxx | 352 #define DECL_PROP0(varname, type) \ macro
|