Subversion Repositories phpLibraryV2

Rev

Rev 38 | Rev 40 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 38 Rev 39
Line 190... Line 190...
190
       * executes one or more queries
190
       * executes one or more queries
191
       *
191
       *
192
       * If the query is one of select, show, describe or explain, it must
192
       * If the query is one of select, show, describe or explain, it must
193
       * be a single string. It will return the data results in a hash
193
       * be a single string. It will return the data results in a hash
194
       * containing
194
       * containing
195
       *    'data'  - an array of array/hash/both depending on what you asked for
195
       *    'returnData'  - an array of array/hash/both depending on what you asked for
196
       *    'count' - number of results (ie, count(data)
196
       *    'count' - number of results (ie, count(data)
197
       *    'meta'  - metadata for each column returned
197
       *    'meta'  - metadata for each column returned
198
       *    'numfields' - number of columns in result (ie, count(meta))
198
       *    'numfields' - number of columns in result (ie, count(meta))
199
       *    'errors' - normally empty array of errors
199
       *    'errors' - normally empty array of errors
200
       * 
200
       *