PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

odbc_tables> <odbc_statistics
Last updated: Fri, 18 Jul 2008

view this page in

odbc_tableprivileges

(PHP 4, PHP 5)

odbc_tableprivileges — Elenca le tabelle ed i privilegi ad esse associati.

Descrizione

resource odbc_tableprivileges ( resource $id_connessione , string $qualifica , string $proprietario , string $nome )

Elenca le tabelle presenti nei limiti richiesti e, per ciascuna di queste, ne fornisce i privilegi. La funzione ritorna un identificatore di risultato ODBC, oppure FALSE su errore.

Le righe risultanti dall'elaborazione hanno i seguenti campi:

  • TABLE_QUALIFIER
  • TABLE_OWNER
  • TABLE_NAME
  • GRANTOR
  • GRANTEE
  • PRIVILEGE
  • IS_GRANTABLE

I campi di ordinamento delle righe risultanti sono TABLE_QUALIFIER, TABLE_OWNER e TABLE_NAME.

Gli argomenti proprietario e nome accettano dei criteri di ricerca ('%' per indicare zero o più caratteri e '_' per indicare un singolo carattere).



add a note add a note User Contributed Notes
odbc_tableprivileges
There are no user contributed notes for this page.

odbc_tables> <odbc_statistics
Last updated: Fri, 18 Jul 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites