Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Verifies whether the source table exists.
Syntax
server public static boolean sourceTableExists(TableName _tableName)
Run On
Server
Parameters
- _tableName
Type: TableName Extended Data Type
The name of a source table.
Return Value
Type: boolean
true if the table exists; otherwise, false.
Remarks
This method is used to check whether the source table exists before adding it to the table mapping exception.
See the addBulkCopyFieldOption method for more information.