📄 tabsquery_inmemory.htm
字号:
<html>
<head>
<title></title>
</head>
<!--#include virtual="/inc/header.php"-->
<table width="100%" border="0" cellspacing="0" cellpadding="2" bgcolor="#FFFFFF">
<tr>
<td align="left">
<span style="font-family:Helvetica,Arial; font-size:12pt; color:#000000"><b>TABSQuery.InMemory</b><span style="font-family:Helvetica,Arial; font-size:12pt; color:#0000FF"><b>
<br>
</b></span><span style="font-family:Helv; font-size:9pt; color:#000000"><span style="font-family:Helv; font-size:9pt; color:#7F0000"><a href=tabsquery.htm>TABSQuery</a></span></span><span style="font-family:Helvetica,Arial; font-size:12pt; color:#000000"><b>
<br>
</b></span></span>
</td>
<td align="right">
<font face="Arial" size="2">
<a href="overview.htm">Top</a>
</font>
</td>
</tr>
</table>
<br><br>
<span style="font-family:Helvetica,Arial; font-size:10pt; color:#000000">Specifies whether queried tables are in-memory tables.
<br>
<br>
<b>property</b> InMemory: Boolean
<br>
<br>
<b>Description</b>
<br>
Set InMemory to True before opening a query to query in-memory tables.
<br>
With InMemory=True table "MyTable" in the query <span style="font-family:Courier New; font-size:8pt; color:#000000"><b>SELECT</b> * <b>FROM</b> MyTable</span><span style="font-family:Helvetica,Arial; font-size:10pt; color:#000000">
<br>
is treated as in-memory table
<br>
<br>
<b>Note: </b>Another way to access in-memory table (even with InMemory=false) is to specify MEMORY keyword in a query, i.e.
<br>
</span><span style="font-family:Courier New; font-size:8pt; color:#000000"><b>SELECT</b> * <b>FROM</b> <b>MEMORY</b> MyMemoryTable</span><span style="font-family:Helvetica,Arial; font-size:10pt; color:#000000">
<br>
</span></span>
<!--#include virtual="/inc/footer.php"-->
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -