Constructor
new AnalyzerDatabase(pContext, pConnectorType)
- Source:
To create an analyzer database
Parameters:
Name | Type | Default | Description |
---|---|---|---|
pContext |
DexcaliburProject | Project associated to the database |
|
pConnectorType |
String |
null
|
[Optional] Default NULL. Connector type |
Members
conn :null
- Source:
DB connector
Type:
- null
Methods
getConnector() → {InMemoryConnector|*}
- Source:
To get DB connector
Returns:
- Type
- InMemoryConnector | *