DatabaseProcApplicationCreatedLinks
sybsystemprocssp_drv_create_image_locator  31 Aug 14Defects Dependencies

1     CREATE PROCEDURE sp_drv_create_image_locator(@value IMAGE = NULL) AS BEGIN SELECT CREATE_LOCATOR(IMAGE_LOCATOR, @value) END
2     


exec sp_procxmode 'sp_drv_create_image_locator', 'AnyMode'
go

Grant Execute on sp_drv_create_image_locator to public
go
RESULT SETS
sp_drv_create_image_locator_rset_001

DEFECTS
 PERR 6 Parsing Error Could not find COLUMN IMAGE_LOCATOR in the query's tables 1
 MGTP 3 Grant to public sybsystemprocs..sp_drv_create_image_locator  
 MUCO 3 Useless Code Useless Begin-End Pair 1
 MUCO 3 Useless Code Useless Brackets in create proc 1
 QNAM 3 Select expression has no name CREATE_LOCATOR(IMAGE_LOCATOR, @value) 1
 MRST 2 Result Set Marker 1
 MTR1 2 Metrics: Comments Ratio Comments: 0% 1
 MTR2 2 Metrics: Cyclomatic Complexity Cyclo: 1 = 0dec - 1exi + 2 1
 MTR3 2 Metrics: Query Complexity Complexity: 2 1

DEPENDENCIES