Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » UltraLite - C and C++ Programming » API Reference » UltraLite C++ API Reference » UltraLite_DatabaseManager_iface class

 

ValidateDatabase function

Synopsis
bool UltraLite_DatabaseManager_iface::ValidateDatabase(
  ULSqlcaBase & sqlca,
  ULValue const & start_parms,
  ul_u_short flags,
  ul_validate_callback_fn fn,
  ul_void * user_data
)
Parameters
  • sqlca   The initialized sqlca.

  • start_parms   Parameters for starting the database

  • flags   Flags controlling the type of validation

  • fn   Function to receive validation progress information

  • user_data   User data to send back to the caller via the callback

Remarks

Performs low level and index validation on a database.