To verify the model, use the tg-admin sql sql command to display the SQL code that will create the tables needed.
要验证这个模型,请使用tg-adminsql sql命令显示创建所需要的表使用的 SQL代码。
and we have the following PL/SQL SQL statements that manipulate with columns flag1 and flag2 (both of BOOLEAN data type)
并且具有下列PL/SQL SQL语句,可以使用它们在列 flag1和flag2(均为BOOLEAN数据类型)上进行运算
These methods allow intuitive, English-like queries to a database, instead of SQL (the SQL is actually created by Flamingo on the fly).
这些方法可以使开发者以直观的、类英语的方式来查询数据库,而不是使用SQL(实际上SQL是由Flamingo在运行时创建出来的)。
SQL parameters found in your SQL statement are automatically discovered but can also be manually defined.
在您的sql语句中找到的SQL参数是自动发现的,但也可以手工定义。
As mentioned, developers can use the SQL outline to see which SQL statements contain sensitive information and where these SQL statements appear in the application.
前面提到过,开发人员可以使用SQL大纲来查看哪些sql语句包含敏感信息,以及这些sql语句出现在应用程序中的什么地方。
For existing applications where the SQL has been captured, you might also need to manage the captured SQL to remove any SQL that might be invalidated.
对于其中已经捕获了SQL的现有应用程序,您还可能需要管理捕获的SQL,以便移除任何可能无效的SQL。
JDBC is also complicated because relational databases are built around SQL, and SQL was meant to be used by humans, not programs.
JDBC的复杂还在于关系型数据库是基于SQL构建的,而SQL是要给人用的,而不是给程序用的。
In an SQL injection attack, a program creates an SQL command and sends it to an SQL interpreter.
在SQL注入攻击中,程序会创建一个SQL命令,并将其发送给SQL解释器。
In SQL programming, a string containing any (mathematical) formula can be converted into an executable SQL statement with the SQL command PREPARE.
在SQL编程中,可以使用SQL命令PREPARE将含有任何(数学)公式的字符串转换成可执行的sql语句。
These both embody a set of PL/SQL statements and attach a name to that set, allowing the logic to be easily referenced by other PL/SQL and SQL code.
它们都是包含一组PL/SQL语句,并为这组语句关联一个名称,以便其他 PL/SQL和 SQL代码引用其中的逻辑。
All SQL comparisons, SQL query execution, and SQL casting takes place in the database code page.
所有SQL比较、SQL查询执行以及SQL类型转换都必须在数据库代码页中进行。
In my two previous columns, I wrote about unnecessary SQL and gave examples of SQL that is executed far too many times and SQL that should be replaced with newer, better-performing SQL.
在前面两个专栏中,谈到不必要的SQL,并给出了执行次数过多的SQL例子,以及应当由更新的、性能更优的SQL来替代的例子。
There's certainly more you can do with SQL and SQL/XML functions than we've discussed here.
当然,除了这里讨论的用法外,用SQL和 SQL/XML函数还可以做更多的事。
These procedures can be external stored procedures using embedded SQL or written entirely in SQL PL.
这些过程可以是使用嵌入式SQL编写的外部存储过程,也可以完全以SQLPL编写。
That is, the procedure will re-optimize all SQL statements used in the SQL Procedures.
这个过程将重新优化SQL过程中使用的所有sql语句。
In practice, you would probably keep the SQL schema in its own SQL script as well.
实际上,也可能把SQL模式保存在它自己的sql脚本中。
Ensure that the proper SQL services are running on the SQL server to allow remote access to the SQL instance.
确认在SQL服务器上运行了合适的SQL服务以支持对SQL实例的远程访问。
The SQL procedural language (SQL PL) is a popular tool in many DB2 developers' toolboxes.
SQL过程语言(SQLPL)是许多DB 2开发人员工具箱中的一个流行工具。
The capture file with the new SQL is saved in the SQL management repository.
带有新sql的捕获文件存储在SQL管理存储库中。
In addition, you can export SQL scripts from and import SQL scripts to the editor.
此外,您可以在编辑器上导入和导出sql脚本。
SQL procedures are written entirely in SQL and allow access to DB2 resources via SQL operations.
SQL过程是完全用 SQL编写的,可以通过 SQL操作访问DB2资源。
Figure 2 shows a comparison between the execution of dynamic SQL and static SQL.
图2显示了动态sql执行与静态SQL执行的对比。
You can see these SQL statements only if SQL tracing is enabled using the configuration parameter SQLTRACE.
只有使用配置参数SQLTRACE启用SQL跟踪,才能看到这些 SQL语句。
If the batch size is too large, you may receive an SQL exception with the SQL code -805.
如果批量太大,您可能会收到一个SQL代码为- 805的SQL异常。
The final step in generating the SQL is to format your SQL model as SQL.
生成sql的最后一步是将SQL模型格式化为SQL。
Programmers familiar with mainframe SQL programming are used to embedded SQL.
熟悉大型机sql编程的程序员对嵌入式SQL应该不会感到陌生。
SQL server and SQL Express instances are a way of having more than one SQL server running on a physical server or workstation.
SQLServer与SQLExpress实例是在一个物理服务器或者工作站上运行多个SQL服务器的方式之一。
You can build forms from existing templates and populate them with data from data sources including SQL Server, SQL Azure, SharePoint, and others.
您可以从现有的模板创建窗体(forms)并为它们填充数据,数据源可以包括SQLServer, SQLAzure,SharePoint等等。
The SetupHub_.sql file combines the SQL scripts generated for each module project in the hub.
SetupHub_.sql文件合并为中心中的每个模块项目生成的 SQL脚本。
The sql directory contains three SQL files called airlinesDB.sql, flights.sql, and flighthistory_users.sql.
sql目录包含三个 SQL文件,分别是airlinesDB.sql、flights.sql和 flighthistory_users.sql。
应用推荐