|  | oci_statement_type(no version information, might be only in CVS)oci_statement_type -- Returns the type of an OCI statement Descriptionstring oci_statement_type ( resource statement)oci_statement_type() returns the query type of statement statement as one of the following values: 
 Parameter statement is a valid OCI statement identifier, returned from oci_parse(). 
 oci_statement_type() returns FALSE on error. |  | |