Jaxer.DB.SQLite : Object
Return to: Jaxer Framework index

Namespace that holds the SQLite implementation of the Jaxer DB API.

Platform Support

Jaxer Server FrameworkJaxer Client Framework
1.0no

Classes

Jaxer.DB.SQLite.Connection

Functions

MethodActionJaxer Server FrameworkJaxer Client Framework
static createDB(Object connectionParams) : Jaxer.DB.MySQL.Connection
Creates a new database file according to connectionParams.PATH
Show Details1.0no

Parameters
ObjectconnectionParamsA hashmap of parameters needed to connect to the database. The properties required of connectionParams are: PATH: the path to the file of the database

Returns
Jaxer.DB.MySQL.ConnectionReturns an instance of Connection.

static validateConnectionParameters(Object connectionParams) : void
Validate the provided connection parameters
Show Details1.0no

Parameters
ObjectconnectionParamsA hashmap of parameters needed to connect to the database. The properties required of connectionParams are: PATH: the path to the file of the database

aptana_docs