Product Documentation

FairCom Direct SQL for C and C++

Previous Topic

Next Topic

ctsqlNewProcInfo

Declaration

pCTSQLPROCINFO ctsqlDECL ctsqlNewProcInfo(CTSQLCHAR* owner, CTSQLCHAR* name, STP_TYPE kind)

Description

Provides a new stored procedure Info structure.

  • owner [IN] - procedure owner
  • name [IN] - ocedure name
  • kind [IN] - object type (STP/UDF/Trigger)

Return Values

Pointer to procedure info structure.

See c-tree Plus Error Codes for a complete listing of valid c-tree Plus error values.

Example


See Also

ctsqlNewProcInfo() (ctsqlNewProcInfo, ctsqlNewProcInfo) ctsqlFreeProcInfo() (ctsqlFreeProcInfo, ctsqlFreeProcInfo) ctsqlDumpStpRaw() (ctsqlDumpStpRaw, ctsqlDumpStpRaw) ctsqlDumpStp() (ctsqlDumpStp, ctsqlDumpStp) ctsqlDeployStpRaw() (ctsqlDeployStpRaw, ctsqlDeployStpRaw) ctsqlDeployStp() (ctsqlDeployStp, ctsqlDeployStp)

TOCIndex