/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlDatabaseMetadata.java | 242 public int getMaxCursorNameLength() throws SQLException { in getMaxCursorNameLength() method in PostgresqlDatabaseMetadata 243 return impl.getMaxCursorNameLength(); in getMaxCursorNameLength()
|
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JavaSQLDatabaseMetaData.java | 293 public int getMaxCursorNameLength() throws SQLException { in getMaxCursorNameLength() method in JavaSQLDatabaseMetaData 295 return jdbcDatabaseMetaData.getMaxCursorNameLength(); in getMaxCursorNameLength()
|
/trunk/main/mysqlc/source/ |
H A D | mysqlc_databasemetadata.hxx | 181 … sal_Int32 SAL_CALL getMaxCursorNameLength() throw(my_SQLException, my_RuntimeException);
|
H A D | mysqlc_databasemetadata.cxx | 321 sal_Int32 SAL_CALL ODatabaseMetaData::getMaxCursorNameLength() in getMaxCursorNameLength() function in ODatabaseMetaData 324 …rn impl_getInt32MetaData("getMaxCursorNameLength", &sql::DatabaseMetaData::getMaxCursorNameLength); in getMaxCursorNameLength()
|
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SDatabaseMetaData.cxx | 99 sal_Int32 SAL_CALL ODatabaseMetaData::getMaxCursorNameLength( ) throw(SQLException, RuntimeExcepti… in getMaxCursorNameLength() function in ODatabaseMetaData
|
H A D | SDatabaseMetaData.hxx | 153 …virtual sal_Int32 SAL_CALL getMaxCursorNameLength( ) throw(::com::sun::star::sdbc::SQLException, …
|
/trunk/main/connectivity/source/drivers/evoab2/ |
H A D | NDatabaseMetaData.cxx | 366 sal_Int32 SAL_CALL OEvoabDatabaseMetaData::getMaxCursorNameLength( ) throw(SQLException, RuntimeEx… in getMaxCursorNameLength() function in OEvoabDatabaseMetaData
|
H A D | NDatabaseMetaData.hxx | 195 …virtual sal_Int32 SAL_CALL getMaxCursorNameLength( ) throw(::com::sun::star::sdbc::SQLException, …
|
/trunk/main/connectivity/source/inc/file/ |
H A D | FDatabaseMetaData.hxx | 152 …virtual sal_Int32 SAL_CALL getMaxCursorNameLength( ) throw(::com::sun::star::sdbc::SQLException, …
|
/trunk/main/connectivity/source/drivers/macab/ |
H A D | MacabDatabaseMetaData.cxx | 111 sal_Int32 SAL_CALL MacabDatabaseMetaData::getMaxCursorNameLength( ) throw(SQLException, RuntimeExc… in getMaxCursorNameLength() function in MacabDatabaseMetaData
|
H A D | MacabDatabaseMetaData.hxx | 154 …virtual sal_Int32 SAL_CALL getMaxCursorNameLength( ) throw(::com::sun::star::sdbc::SQLException, …
|
/trunk/main/connectivity/source/drivers/file/ |
H A D | FDatabaseMetaData.cxx | 368 sal_Int32 SAL_CALL ODatabaseMetaData::getMaxCursorNameLength( ) throw(SQLException, RuntimeExcepti… in getMaxCursorNameLength() function in ODatabaseMetaData
|
/trunk/main/connectivity/source/drivers/ado/ |
H A D | ADatabaseMetaData.cxx | 255 sal_Int32 SAL_CALL ODatabaseMetaData::getMaxCursorNameLength( ) throw(SQLException, RuntimeExcepti… in getMaxCursorNameLength() function in ODatabaseMetaData
|
/trunk/main/connectivity/source/inc/ado/ |
H A D | ADatabaseMetaData.hxx | 177 …virtual sal_Int32 SAL_CALL getMaxCursorNameLength( ) throw(::com::sun::star::sdbc::SQLException, …
|
/trunk/main/connectivity/source/inc/java/sql/ |
H A D | DatabaseMetaData.hxx | 159 …virtual sal_Int32 SAL_CALL getMaxCursorNameLength( ) throw(::com::sun::star::sdbc::SQLException, …
|
/trunk/main/connectivity/source/inc/odbc/ |
H A D | ODatabaseMetaData.hxx | 170 …virtual sal_Int32 SAL_CALL getMaxCursorNameLength( ) throw(::com::sun::star::sdbc::SQLException, …
|
/trunk/main/connectivity/source/drivers/jdbc/ |
H A D | DatabaseMetaData.cxx | 286 sal_Int32 SAL_CALL java_sql_DatabaseMetaData::getMaxCursorNameLength( ) throw(SQLException, Runtim… in getMaxCursorNameLength() function in java_sql_DatabaseMetaData
|
/trunk/main/connectivity/source/drivers/odbcbase/ |
H A D | ODatabaseMetaData.cxx | 300 sal_Int32 SAL_CALL ODatabaseMetaData::getMaxCursorNameLength( ) throw(SQLException, RuntimeExcepti… in getMaxCursorNameLength() function in ODatabaseMetaData
|
/trunk/main/offapi/com/sun/star/sdbc/ |
H A D | XDatabaseMetaData.idl | 1006 long getMaxCursorNameLength() raises (SQLException);
|