TYPO3 CMS
TYPO3_6-2
|
xmlschema is a class that allows the user to quickly and easily build a database on any ADOdb-supported platform using a simple XML schema.
Last Editor:
getting_started.pkg
Debug on or off Default prefix key Maximum length allowed for object prefix Execute SQL inline as it is generated Continue SQL Execution if an error occurs? Current Schema Version Default Schema Version. Used for Schemas without an explicit version set. Default Schema Version. Used for Schemas without an explicit version set. Include the main ADODB library Abstract DB Object. This class provides basic methods for database objects, such as tables and indexes.
private
Creates a table object in ADOdb's datadict format
This class stores information about a database table. As charactaristics of the table are loaded from the external source, methods and properties of this class are used to build up the table description in ADOdb's datadict format.
private
Creates an index object in ADOdb's datadict format
This class stores information about a database index. As charactaristics of the index are loaded from the external source, methods and properties of this class are used to build up the index description in ADOdb's datadict format.
private
Creates a data object in ADOdb's datadict format
This class stores information about table data.
private
Creates the SQL to execute a list of provided SQL queries
private
Loads and parses an XML file, creating an array of "ready-to-run" SQL statements
This class is used to load and parse the XML file, to create an array of SQL statements that can be used to build a database, and to build the database using the SQL array.
getting_started.pkg
xmlschema is a class that allows the user to quickly and easily build a database on any ADOdb-supported platform using a simple XML schema.
Last Editor:
getting_started.pkg
Debug on or off Default prefix key Maximum length allowed for object prefix Execute SQL inline as it is generated Continue SQL Execution if an error occurs? Current Schema Version Default Schema Version. Used for Schemas without an explicit version set. How to handle data rows that already exist in a database during and upgrade. Options are INSERT (attempts to insert duplicate rows), UPDATE (updates existing rows) and IGNORE (ignores existing rows). Default Schema Version. Used for Schemas without an explicit version set. Include the main ADODB library Abstract DB Object. This class provides basic methods for database objects, such as tables and indexes.
private
Creates a data object in ADOdb's datadict format
This class stores information about table data, and is called when we need to load field data into a table.
private
Loads and parses an XML file, creating an array of "ready-to-run" SQL statements
This class is used to load and parse the XML file, to create an array of SQL statements that can be used to build a database, and to build the database using the SQL array.
getting_started.pkg