$hasDataBase

Examines a database existance on the current branch.
Syntax
    $hasDatabase{}
DocumentationExamines a database existance on the current branch:

    Returns:
      1 if and only if a database exists on the current branch; 0 otherwise.
Examples
    $hasDataBase{}

    Result:
    if current branch has a database:
    1
    if current branch has no database:
    0
GroupSQL
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters0
Maximum parameters 0