Uses of Class
com.subzero.SubzeroException
-
Uses of SubzeroException in com.subzero.spring
Modifier and TypeMethodDescriptionvoid
Subzero.handleRequest
(String schema_name, String prefix, String role, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res, String[] env, String max_rows) Handles an HTTP request.ModifierConstructorDescriptionSubzero
(DataSource dataSource, String dbType, String[] dbSchemas, String introspectionQueryDir, Boolean useInternalPermissions, String customRelations, String customPermissions, String licenseKey) Constructor for Subzero, used when the json schema is not known and needs to be introspected from the databaseSubzero
(DataSource dataSource, String dbType, String dbSchemaJson, String licenseKey) Constructor for Subzero, used when the json schema is already known (for example when it's cached in a file)