Declaration

function TableExists(const aTableName: string; out aExists: Boolean): TnxResult; virtual; abstract;

 
Description

 
- table information -

TableExists checks if a table exists.

 
Parameters

const aTableName: string

the table name to check

out aExists: Boolean

the var to be filled with the result.

Home | Site Contents | Documentation | NexusDB Manual V4 | Class Reference | Symbol Reference | Classes | TnxAbstractDatabase