Class Index | File Index

Classes


Class nnjl.licurgo.SQLLite


Extends nnjl.licurgo.AbstractRDBMS.

Defined in: nnjl.licurgo.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Creates a new nnjl.licurgo.SQLLite RDBMS
Method Summary
Method Attributes Method Name and Description
 
getPrimitiveType(type, size, nullable)
Get a Primitive type
 
hasTable(type, tableName)
Return true if the tableName exists or not
Methods borrowed from class nnjl.licurgo.AbstractRDBMS:
createTable, dropTable, insert, load, remove, update
Class Detail
nnjl.licurgo.SQLLite($super)
Creates a new nnjl.licurgo.SQLLite RDBMS
Parameters:
$super
Method Detail
{nnjl.licurgo.PrimitiveType} getPrimitiveType(type, size, nullable)
Get a Primitive type
Parameters:
{String} type
RDBMS Type definition. Supported types of SQLLite are licuro(RDBMS): int(INTEGER), string(TEXT), boolean(INTEGER), double(REAL), date(REAL)
{int} size
{Boolean} nullable
Returns:
{nnjl.licurgo.PrimitiveType}

{boolean} hasTable(type, tableName)
Return true if the tableName exists or not
Parameters:
{Type} type
{String} tableName
Returns:
{boolean}

Documentation generated by JsDoc Toolkit 2.3.2 on Wed Sep 29 2010 11:46:26 GMT+0200 (CEST)