原生字符串连接函数接受任意数目的参数,并将每一个参数都追加在调用函数的字符串上。
The native string concat method accepts any number of arguments and appends each to the string that the method is called on.
一旦返回一个带有我们的用户名的表清单,就可以确认连接成功,从而可以在我们编写的脚本的剩余部分重用该连接函数。
Once we have confirmed that the connection is successful by returning a list of the tables with our user name, we can re-use that connection function within the rest of the scripts that we write.
该函数随后将连接到数据库中并执行此事务。
The function will then connect to the database and execute this transaction.
如果成功地连接到数据库,这个函数会返回一个连接对象,后续的数据库读写操作需要使用这个对象。
Upon successfully connecting to the database, this function returns a connection object, which is required in the subsequent database read and write operations.
可以在服务器设置中使用这个函数,以便限制可能有连接到来的接口。
You can use this function in a server setting to restrict the interfaces from which incoming connections are possible.
如果您连接了一个分区并希望检索另一分区的有效设置,就必须在调用该表函数之前,首先连接这个新分区。
If you are connected to one partition and wish to retrieve the effective Settings for another partition, you must first connect to the new partition before invoking the table function.
默认情况下,输入连接变量被用作到一个函数的输入;然而,可以根据需要进行编辑。
By default, the input connection variables are used as the inputs to a function; however, these may be edited if desired.
这些函数以环境句柄、连接句柄、语句句柄或描述符句柄作为输入参数,返回与上一次使用该句柄作出的函数调用相关的诊断信息。
These functions take environment, connection, statement, or descriptor handles as input and return the diagnostic information related to the last function call made using that handle.
如果在一个函数中打开连接,并且只将句柄存储在一个本地变量中,那么当函数返回时,连接将被关闭。
If you open the connection from within a function, and only store the variable in a local variable, the connection will be closed when that function returns.
这个函数尝试用正确的凭证连接位于指定主机上的指定数据库。
This function attempts to make a database connection to the specified database located on a specified host with proper credentials.
继续调用键不安全的函数,使用所设置的连接寄存器,以便被调用的函数返回下面的下一个步骤。
Proceed to call the key-unsafe function, with the link register set, so that the called function returns to the next step below.
它的参数是连接对象,它返回已经执行的函数的返回码。
It takes the connection object as a parameter and returns the return code for the function that was executed.
在受阻塞的连接中,该函数返回0,表示连接已经关闭,而-1 则表示连接出现错误。
On a blocking connection, a return of 0 means that the connection was closed, while -1 indicates that an error occurred.
TBSCAN(7)是该连接的外表,它为函数提供产品列表。
TBSCAN (7) as the outer of the join provides the list of items to the function.
从上述代码我们可以看到,这就是将logQPushButton的clicked信号连接到新函数的事情。
From there it's just a matter of connecting the log QPushButton's clicked signal to the new function.
get _ files函数连接到文件表并检索与给定用户相关联的文件行。
The get_files function connects to the files table and retrieves the file rows associated with the given user.
此脚本首先包含helper函数并连接数据库,然后执行两条sql语句。
This script starts by including the helper function and connecting to the database. It then executes two SQL statements.
如果需要关闭连接的读取部分,则soshutdown函数调用sorflush 。
If the read half of the connection needs to be shutdown, the soshutdown function calls sorflush .
dbHandle—用于管理到数据库的连接的函数。
DbHandle - a function used to manage our connection to the database.
build_answers函数首先连接至数据库执行SQL查询来获取指定调查的答案。
The build_answers function first USES the database connection to SQL query to get the answers for the specified poll.
使用php中的odbc_connect函数建立一个连接。
Establish a connection using the odbc_connect function in PHP.
使用PHP,可以使用带有清单1中所示的参数的db 2 _ connect函数连接至db2。
With PHP, use the db2_connect function to connect to db2 with the parameters shown in Listing 1.
用于使用OLEDBAPI连接到数据源的函数。
Functions for connecting to data sources using the OLE DB API.
由于MapPoint数据可以是本地数据,故它有无需网络连接的完整地图函数。
The entire mapping functionality is available without a network connection, because the MapPoint data can be local.
show函数连接到ByName和By Score链接,首先使所有列表均不可见,随后使所选列表可见。
The show function connected to the By Name and By Score links first makes all the lists invisible, then makes the selected list visible.
db 2 - fn:xmlcolumn函数从当前连接的db 2数据库中的xml列获取一个序列。
The db2-fn: xmlcolumn is a function that retrieves a sequence from an XML column in the db2 database currently connected.
get_user函数连接到包含用户表的数据库并检索给定用户的ID。
The get_user function connects to the database that contains the users table and retrieves the ID for a given user.
odbc函数有4种主要类型:用于连接、查询、提取数据和错误报告的函数。
There are four main types of ODBC functions: functions for connection, querying, fetching data, and error reporting.
例如,如果连接的是Oracle数据库,那么名为NVL的实用程序类函数返回nvl;如果连接的是DB2,那么返回COALESCE。
For example, a utility class function called NVL would return NVL if the database connection is with Oracle, and COALESCE if the DB connection is with DB2.
像SQL一样,XQuery包含从多个数据集中提取数据、汇总数据、聚合数据和连接数据的函数。
Like SQL, XQuery contains functions for extracting, summarizing, aggregating, and joining data from multiple datasets.
应用推荐