public tableExists (mixed $tableName, [mixed $schemaName])
Generates SQL checking for the existence of a schema.table
1 2 | echo $dialect ->tableExists( "posts" , "blog" ); echo $dialect ->tableExists( "posts" ); |
public tableExists (mixed $tableName, [mixed $schemaName])
Generates SQL checking for the existence of a schema.table
1 2 | echo $dialect ->tableExists( "posts" , "blog" ); echo $dialect ->tableExists( "posts" ); |
Designed by : w10schools
service@w10schools.com
Please login to continue.