编译时分析 meaning in English
compile-time analysis
Examples
- Sqlj is a convention for embedding those sql statements in java , in a way that allows programming tools to perform translation - time compile - time analysis of sql in java , for syntax checking of sql statements , for type checking to determine that the data exchanged between java and sql have compatible types and proper type conversions , and for schema checking to assure that the sql constructs are well - formed and valid in the database schema where they will be executed
Sqlj是在java中嵌入这些sql语句的一种约定,它是以某种允许编程工具对java中sql进行编译时分析的方式实现嵌入的,在编译时会对sql语句进行语法检查以保证语法的正确性,进行类型检查以确定java和sql之间交换的数据具有兼容的类型和适当的类型转换,以及进行模式检查以确保sql结构在它们执行时所在的数据库模式中是格式良好的、合法的。