diamond.core.apptype

Copyright © DiamondMVC 2019

Members

Static variables

debugging
bool debugging;

Boolean determining whether application is being debugged or not.

debugging
bool debugging;

Boolean determining whether application is being debugged or not.

hasDDBC_ODBC
bool hasDDBC_ODBC;

Boolean determining whether the application has support for ODBC through DDBC.

hasDDBC_ODBC
bool hasDDBC_ODBC;

Boolean determining whether the application has support for ODBC through DDBC.

hasMsSql
bool hasMsSql;

Boolean determining whether the application has support for Microsoft's sql server.

hasMsSql
bool hasMsSql;

Boolean determining whether the application has support for Microsoft's sql server.

hasPostgreSql
bool hasPostgreSql;

Boolean determining whether the application has support for postgreSQL.

hasPostgreSql
bool hasPostgreSql;

Boolean determining whether the application has support for postgreSQL.

hasSqlite
bool hasSqlite;

Boolean determining whether the application has support for sqlite.

hasSqlite
bool hasSqlite;

Boolean determining whether the application has support for sqlite.

isCustomMain
bool isCustomMain;

Boolean determining whether the application uses a custom main or not.

isCustomMain
bool isCustomMain;

Boolean determining whether the application uses a custom main or not.

isTesting
bool isTesting;

Boolean determining whether the application is running tests or not.

isTesting
bool isTesting;

Boolean determining whether the application is running tests or not.

isWeb
bool isWeb;

Boolean determining whether the application is web related or not.

isWebApi
bool isWebApi;

Boolean determining whether the application is compiled as a webapi or not.

isWebApi
bool isWebApi;

Boolean determining whether the application is compiled as a webapi or not.

isWebApi
bool isWebApi;

Boolean determining whether the application is compiled as a webapi or not.

isWebServer
bool isWebServer;

Boolean determining whether the application is compiled as a webserver or not.

isWebServer
bool isWebServer;

Boolean determining whether the application is compiled as a webserver or not.

isWebServer
bool isWebServer;

Boolean determining whether the application is compiled as a webserver or not.

loggingEnabled
bool loggingEnabled;

Boolean determining whether the application logs or not.

loggingEnabled
bool loggingEnabled;

Boolean determining whether the application logs or not.

Meta

Authors

Jacob Jensen (bausshf)