/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlDatabaseMetadata.java | 278 public int getMaxUserNameLength() throws SQLException { in getMaxUserNameLength() method in PostgresqlDatabaseMetadata 279 return impl.getMaxUserNameLength(); in getMaxUserNameLength()
|
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JavaSQLDatabaseMetaData.java | 1619 public int getMaxUserNameLength() throws SQLException { in getMaxUserNameLength() method in JavaSQLDatabaseMetaData 1621 return jdbcDatabaseMetaData.getMaxUserNameLength(); in getMaxUserNameLength()
|
/trunk/main/mysqlc/source/ |
H A D | mysqlc_databasemetadata.hxx | 192 … sal_Int32 SAL_CALL getMaxUserNameLength() throw(my_SQLException, my_RuntimeException);
|
H A D | mysqlc_databasemetadata.cxx | 1347 sal_Int32 SAL_CALL ODatabaseMetaData::getMaxUserNameLength() in getMaxUserNameLength() function in ODatabaseMetaData 1350 return impl_getInt32MetaData("getMaxUserNameLength", &sql::DatabaseMetaData::getMaxUserNameLength); in getMaxUserNameLength()
|
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SDatabaseMetaData.cxx | 684 sal_Int32 SAL_CALL ODatabaseMetaData::getMaxUserNameLength( ) throw(SQLException, RuntimeException) in getMaxUserNameLength() function in ODatabaseMetaData
|
H A D | SDatabaseMetaData.hxx | 164 …virtual sal_Int32 SAL_CALL getMaxUserNameLength( ) throw(::com::sun::star::sdbc::SQLException, ::…
|
/trunk/main/connectivity/source/drivers/evoab2/ |
H A D | NDatabaseMetaData.cxx | 938 sal_Int32 SAL_CALL OEvoabDatabaseMetaData::getMaxUserNameLength( ) throw(SQLException, RuntimeExce… in getMaxUserNameLength() function in OEvoabDatabaseMetaData
|
H A D | NDatabaseMetaData.hxx | 204 …virtual sal_Int32 SAL_CALL getMaxUserNameLength( ) throw(::com::sun::star::sdbc::SQLException, ::…
|
/trunk/main/connectivity/source/inc/file/ |
H A D | FDatabaseMetaData.hxx | 161 …virtual sal_Int32 SAL_CALL getMaxUserNameLength( ) throw(::com::sun::star::sdbc::SQLException, ::…
|
/trunk/main/connectivity/source/drivers/macab/ |
H A D | MacabDatabaseMetaData.cxx | 700 sal_Int32 SAL_CALL MacabDatabaseMetaData::getMaxUserNameLength( ) throw(SQLException, RuntimeExcep… in getMaxUserNameLength() function in MacabDatabaseMetaData
|
H A D | MacabDatabaseMetaData.hxx | 165 …virtual sal_Int32 SAL_CALL getMaxUserNameLength( ) throw(::com::sun::star::sdbc::SQLException, ::…
|
/trunk/main/connectivity/source/drivers/file/ |
H A D | FDatabaseMetaData.cxx | 1119 sal_Int32 SAL_CALL ODatabaseMetaData::getMaxUserNameLength( ) throw(SQLException, RuntimeException) in getMaxUserNameLength() function in ODatabaseMetaData
|
/trunk/main/connectivity/source/drivers/ado/ |
H A D | ADatabaseMetaData.cxx | 1018 sal_Int32 SAL_CALL ODatabaseMetaData::getMaxUserNameLength( ) throw(SQLException, RuntimeException) in getMaxUserNameLength() function in ODatabaseMetaData
|
/trunk/main/connectivity/source/inc/ado/ |
H A D | ADatabaseMetaData.hxx | 186 …virtual sal_Int32 SAL_CALL getMaxUserNameLength( ) throw(::com::sun::star::sdbc::SQLException, ::…
|
/trunk/main/connectivity/source/inc/java/sql/ |
H A D | DatabaseMetaData.hxx | 168 …virtual sal_Int32 SAL_CALL getMaxUserNameLength( ) throw(::com::sun::star::sdbc::SQLException, ::…
|
/trunk/main/connectivity/source/inc/odbc/ |
H A D | ODatabaseMetaData.hxx | 179 …virtual sal_Int32 SAL_CALL getMaxUserNameLength( ) throw(::com::sun::star::sdbc::SQLException, ::…
|
/trunk/main/connectivity/source/drivers/jdbc/ |
H A D | DatabaseMetaData.cxx | 1327 sal_Int32 SAL_CALL java_sql_DatabaseMetaData::getMaxUserNameLength( ) throw(SQLException, RuntimeE… in getMaxUserNameLength() function in java_sql_DatabaseMetaData
|
/trunk/main/connectivity/source/drivers/odbcbase/ |
H A D | ODatabaseMetaData.cxx | 1588 sal_Int32 SAL_CALL ODatabaseMetaData::getMaxUserNameLength( ) throw(SQLException, RuntimeException) in getMaxUserNameLength() function in ODatabaseMetaData
|
/trunk/main/offapi/com/sun/star/sdbc/ |
H A D | XDatabaseMetaData.idl | 1106 long getMaxUserNameLength() raises (SQLException);
|