tableName
exists.
@param tableName Table to check.
@return True if table exists already.
null
the schema is not used to narrow the table name.
@param tableName The table name to be searched
@return Returns true
if the given table exists in the given schema.Else returns false
.
@throws SQLException
@since 2.4.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|