/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlDatabaseMetadata.java | 481 public boolean storesLowerCaseQuotedIdentifiers() throws SQLException { in storesLowerCaseQuotedIdentifiers() method in PostgresqlDatabaseMetadata 482 return impl.storesLowerCaseQuotedIdentifiers(); in storesLowerCaseQuotedIdentifiers()
|
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JavaSQLDatabaseMetaData.java | 620 public boolean storesLowerCaseQuotedIdentifiers() throws SQLException { in storesLowerCaseQuotedIdentifiers() method in JavaSQLDatabaseMetaData 622 return jdbcDatabaseMetaData.storesLowerCaseQuotedIdentifiers(); in storesLowerCaseQuotedIdentifiers()
|
/trunk/main/mysqlc/source/ |
H A D | mysqlc_databasemetadata.hxx | 104 … sal_Bool SAL_CALL storesLowerCaseQuotedIdentifiers() throw(my_SQLException, my_RuntimeException);
|
H A D | mysqlc_databasemetadata.cxx | 383 sal_Bool SAL_CALL ODatabaseMetaData::storesLowerCaseQuotedIdentifiers() in storesLowerCaseQuotedIdentifiers() function in ODatabaseMetaData 386 …Data("storesLowerCaseQuotedIdentifiers", &sql::DatabaseMetaData::storesLowerCaseQuotedIdentifiers); in storesLowerCaseQuotedIdentifiers()
|
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SDatabaseMetaData.cxx | 141 sal_Bool SAL_CALL ODatabaseMetaData::storesLowerCaseQuotedIdentifiers( ) throw(SQLException, Runti… in storesLowerCaseQuotedIdentifiers() function in ODatabaseMetaData
|
H A D | SDatabaseMetaData.hxx | 77 …virtual sal_Bool SAL_CALL storesLowerCaseQuotedIdentifiers( ) throw(::com::sun::star::sdbc::SQLEx…
|
/trunk/main/connectivity/source/drivers/evoab2/ |
H A D | NDatabaseMetaData.cxx | 403 sal_Bool SAL_CALL OEvoabDatabaseMetaData::storesLowerCaseQuotedIdentifiers( ) throw(SQLException, … in storesLowerCaseQuotedIdentifiers() function in OEvoabDatabaseMetaData
|
H A D | NDatabaseMetaData.hxx | 128 …virtual sal_Bool SAL_CALL storesLowerCaseQuotedIdentifiers( ) throw(::com::sun::star::sdbc::SQLEx…
|
/trunk/main/connectivity/source/inc/file/ |
H A D | FDatabaseMetaData.hxx | 86 …virtual sal_Bool SAL_CALL storesLowerCaseQuotedIdentifiers( ) throw(::com::sun::star::sdbc::SQLEx…
|
/trunk/main/connectivity/source/drivers/macab/ |
H A D | MacabDatabaseMetaData.cxx | 154 sal_Bool SAL_CALL MacabDatabaseMetaData::storesLowerCaseQuotedIdentifiers( ) throw(SQLException, R… in storesLowerCaseQuotedIdentifiers() function in MacabDatabaseMetaData
|
H A D | MacabDatabaseMetaData.hxx | 78 …virtual sal_Bool SAL_CALL storesLowerCaseQuotedIdentifiers( ) throw(::com::sun::star::sdbc::SQLEx…
|
/trunk/main/connectivity/source/drivers/file/ |
H A D | FDatabaseMetaData.cxx | 480 sal_Bool SAL_CALL ODatabaseMetaData::storesLowerCaseQuotedIdentifiers( ) throw(SQLException, Runti… in storesLowerCaseQuotedIdentifiers() function in ODatabaseMetaData
|
/trunk/main/connectivity/source/drivers/ado/ |
H A D | ADatabaseMetaData.cxx | 420 sal_Bool SAL_CALL ODatabaseMetaData::storesLowerCaseQuotedIdentifiers( ) throw(SQLException, Runti… in storesLowerCaseQuotedIdentifiers() function in ODatabaseMetaData
|
/trunk/main/connectivity/source/inc/ado/ |
H A D | ADatabaseMetaData.hxx | 110 …virtual sal_Bool SAL_CALL storesLowerCaseQuotedIdentifiers( ) throw(::com::sun::star::sdbc::SQLEx…
|
/trunk/main/connectivity/source/inc/java/sql/ |
H A D | DatabaseMetaData.hxx | 93 …virtual sal_Bool SAL_CALL storesLowerCaseQuotedIdentifiers( ) throw(::com::sun::star::sdbc::SQLEx…
|
/trunk/main/connectivity/source/inc/odbc/ |
H A D | ODatabaseMetaData.hxx | 101 …virtual sal_Bool SAL_CALL storesLowerCaseQuotedIdentifiers( ) throw(::com::sun::star::sdbc::SQLEx…
|
/trunk/main/connectivity/source/drivers/jdbc/ |
H A D | DatabaseMetaData.cxx | 684 sal_Bool SAL_CALL java_sql_DatabaseMetaData::storesLowerCaseQuotedIdentifiers( ) throw(SQLExceptio… in storesLowerCaseQuotedIdentifiers() function in java_sql_DatabaseMetaData
|
/trunk/main/connectivity/source/drivers/odbcbase/ |
H A D | ODatabaseMetaData.cxx | 469 sal_Bool SAL_CALL ODatabaseMetaData::storesLowerCaseQuotedIdentifiers( ) throw(SQLException, Runti… in storesLowerCaseQuotedIdentifiers() function in ODatabaseMetaData
|
/trunk/main/offapi/com/sun/star/sdbc/ |
H A D | XDatabaseMetaData.idl | 272 boolean storesLowerCaseQuotedIdentifiers() raises (SQLException);
|