sqlID

The build descriptor option sqlID specifies a userid that is used to connect to a database during generation-time validation of SQL statements. You specify the database by setting sqlValidationConnectionURL.

When you generate a Java program, EGL also assigns the value of sqlID to the Java run-time property vgj.jdbc.default.userid. That property identifies the userid for connecting to the default database at run time, and you can specify the default database in sqlDB.

The option sqlID is case-sensitive and has no default value.

Related reference
Build descriptor options
Java run-time properties (details)
sqlDB
sqlPassword
sqlValidationConnectionURL
sqlJDBCDriverClass
validateSQLStatements