SPI_freeplan — 釋放先前儲存的預備語句
int SPI_freeplan(SPIPlanPtr plan)
plan
SPI_freeplan 會釋放先前由 SPI_prepare 傳回,或由 SPI_keepplan 或 SPI_saveplan 儲存的預備語句。
SPI_freeplan
SPI_prepare
SPI_keepplan
SPI_saveplan
SPIPlanPtr plan
要釋放的語句的指標
成功時傳回 0;如果 plan 為 NULL 或無效,則傳回 SPI_ERROR_ARGUMENT
NULL
SPI_ERROR_ARGUMENT
如果您在文件中發現任何不正確、與您使用特定功能的經驗不符或需要進一步澄清的地方,請使用此表單來報告文件問題。