phpDocumentor GalleryCore
Storage
[ class tree: GalleryCore ] [ index: GalleryCore ] [ all elements ]

Class: GallerySqlFragment

Source Location: /modules/core/classes/GalleryStorage.class

Class GallerySqlFragment

Class Overview

Container to store an sql fragment that can be passed to the db abstraction layer.

Located in /modules/core/classes/GalleryStorage.class [line 1568]



		
		
		
		

Properties

Methods

[ Top ]
Property Summary
string   $_fragment   Internal sql fragment
array   $_values   Internal sql values

[ Top ]
Method Summary
GallerySqlFragment   GallerySqlFragment()  
string   getFragment()   The sql fragment
array   getValues()   Return the values that map into the sql fragment's ? markers

[ Top ]
Properties
string   $_fragment [line 1575]

Internal sql fragment

API Tags:
Access:  private


[ Top ]
array   $_values [line 1582]

Internal sql values

API Tags:
Access:  private


[ Top ]
Methods
Constructor GallerySqlFragment  [line 1590]

  GallerySqlFragment GallerySqlFragment( string $fragment, array $values  )

Parameters:
string   $fragment:  sql fragment
array   $values:  values.. variable number of parameters must match number of ? markers in sql fragment


[ Top ]
getFragment  [line 1599]

  string getFragment( )

The sql fragment



[ Top ]
getValues  [line 1607]

  array getValues( )

Return the values that map into the sql fragment's ? markers



[ Top ]

Documentation generated on Fri, 08 Oct 2010 05:04:16 -0700 by phpDocumentor 1.3.0RC6