GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Jifty::Schema(3) User Contributed Perl Documentation Jifty::Schema(3)

Jifty::Schema - generates and upgrades your application's schema

Returns a new Jifty::Schema. Takes no arguments. Will automatically figure out and initialize the models defined in the application's source.

Reads in our application class from the config file and finds all our application's models.

Returns a list of Models available to your application. This includes your Models, Collections and those that come from core Jifty and plugins.

Returns a serialization of the models in the app

Looks at the current schema as defined by the source code and the database and updates the database by adding, dropping, and renaming columns.

This method runs all upgrade rules for the rule named "rule_name".

Returns a database handle suitable for direct manipulation.
2013-02-19 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.