Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 829 Bytes

fStatement.wiki

File metadata and controls

23 lines (20 loc) · 829 Bytes

fStatement

<<css mode="next" class="sidebar"></css>> (((

Class Resources <<toc></toc>>

 - '''<a href="/docs/fStatement">Class Documentation</a>'''
 - <a href="/api/fStatement">API Reference</a>
 - <a href="https://github.com/flourishlib/flourish-classes/blob/master/fStatement.php" target="_blank">Source Code</a>

Database Classes <<toc></toc>>

 - fDatabase
 - fNoRowsException
 - fResult
 - fSQLException
 - fSQLTranslation
 - fSQLSchemaTranslation
 - fSchema
 - '''fStatement'''
 - fUnbufferedResult

)))

The fStatement class is an internal class used by fDatabase for representing a database prepared statement. There are no public methods for this class, all functionality is exposed through fDatabase. Please see fDatabase for more information about creating and using prepared statements.

This space intentionally left blank