sql.TableExists
From GMod Wiki
Revision as of 17:16, 25 September 2009 by Crazy Quebecer (Talk | contribs)
Function | |
Syntax |
sql.TableExists( String table_name ) Where is this used? |
Description: | |
Returns true if the table exists in the database. False if it doesn't | |
Returns: | Boolean |
Part of Library: | Sql |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Sql.TableExists]Sql.TableExists [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Example