CheckTableExists

Verifies whether a table exists in the database


            Boolean 
            exists = CheckTableExists (
            String       
            dataSource,

            String       
            tableName
            

      )
         

Parameters

dataSource

Data source

tableName

Table name

Return value(s)

exists

Result

Features

Schema: xtk:builder

Static:

Yes