Class nnjl.licurgo.SQLLite
Extends
nnjl.licurgo.AbstractRDBMS.
Defined in: nnjl.licurgo.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
nnjl.licurgo.SQLLite($super)
Creates a new nnjl.licurgo.SQLLite RDBMS
|
| 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}