cursor 相关的搜索结果 共有17个

The Concept of Cursor

The concept of cursor is very important for the database. Cursor enables a more flexible manipulation of data, returningcursor

cs.(x)

Description: Attach the action of computing expression to a cursor and return the original cursor. Syntax: cs.(x) Note: cursor,expression

cursor()

Here’s how to use cursor() function.cursor

Accessing a (multi-zone) composite table

The f. open() function is used to open a composite table saved as a file:   A B 1 =file("D:/file/dw/employees.ctx")   2 composite table,access,create,attach,cursor,icursor,index,joinx

dyna_open()

Description: Connect to Amazon DynamoDB. Syntax: dyna_open(dyna_url,region)   dyna_open(dyna_url,region) Access local Dyconnect,dynamodb,cursor

es_get()

Description: Execute the get command and return a table sequence or a cursor. Syntax: es_get(fd, endpoint, entity,headerexecute get,table sequence,cursor

es_post()

Description: Execute the post command and return a table sequence or a cursor. Syntax: es_post(fd, endpoint, entity,headexecute post,table sequence,cursor

hbase_scan()

Description: Query a HBase database and return result as a cursor or a table sequence. Syntax: hbase_scan(client,tableNaquery,hbase database,cursor,table sequence

hive_open()

Description: Create a Hive database connection. Syntax: hive_open(hdfsUrl,thriftUrl,dbname,hdfsUserName) Note: This extecreate,hive database,external library function,cursor

hive_cursor()

Description: Query a Hive database and return the result as a cursor. Syntax: hive_cursor(con,sql) Note: This external lquery,hive database,cursor