AutologinReq

Undocumented in source.

Members

Static variables

type
auto type;
Undocumented in source.

Variables

jsStatements
immutable(string)[] jsStatements;

javascript statements to eval, like constraints, key extraction, etc.

sqlCreateDatabase
string sqlCreateDatabase;

sql statements to execute for the creation of client side tables

sqlStatements
immutable(string)[] sqlStatements;

sql statements to prepare, for further operations on the tables

username
string username;

the username that has performed the autologin.

Meta