Revision Difference
sql.TableExists#519213
<function name="TableExists" parent="sql" type="libraryfunc">
<description>Returns if the table with the specified name exists.</description>
<description>Returns true if the table with the specified name exists.</description>
<realm>Shared and Menu</realm>
<args>
<arg name="tableName" type="string">The name of the table to check.</arg>
</args>
<rets>
<ret name="" type="boolean">exists</ret>
</rets>
</function>