📄 tblobstreammode_type.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>TBlobStreamMode type</b><b>
<br>
</b></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">Indicates how a BLOB stream may be used.
<br>
<br>
<b>Unit</b>
<br>
DB
<br>
<br>
<b>type</b> TBlobStreamMode = (bmRead, bmWrite, bmReadWrite);
<br>
<br>
<b>Description</b>
<br>
<br>
When a BLOB stream is first created, TBlobStreamMode is used to specify the way this stream may be used. The following table lists the possible values.
<br>
<br>
<table border="0" cellpadding="1"><tr><td align="left" valign="top" width="122">
<span style="font-family:Helvetica,Arial; font-size:10pt; color:#000000"><b><u>Value </u></b>
<br>
</span></td><td align="left" valign="top" width="286">
<span style="font-family:Helvetica,Arial; font-size:10pt; color:#000000"><b><u>Meaning</u></b>
<br>
</span></td></tr><tr><td align="left" valign="top" width="122">
<span style="font-family:Helvetica,Arial; font-size:10pt; color:#000000">bmRead
<br>
</span></td><td align="left" valign="top" width="286">
<span style="font-family:Helvetica,Arial; font-size:10pt; color:#000000">The stream is used to read from a BLOB field.
<br>
</span></td></tr><tr><td align="left" valign="top" width="122">
<span style="font-family:Helvetica,Arial; font-size:10pt; color:#000000">bmWrite
<br>
</span></td><td align="left" valign="top" width="286">
<span style="font-family:Helvetica,Arial; font-size:10pt; color:#000000">The stream is used to write from a BLOB field.
<br>
</span></td></tr><tr><td align="left" valign="top" width="122">
<span style="font-family:Helvetica,Arial; font-size:10pt; color:#000000">bmReadWrite
<br>
</span></td><td align="left" valign="top" width="286">
<span style="font-family:Helvetica,Arial; font-size:10pt; color:#000000">The stream is used to modify a BLOB field's value.
<br>
</span></td></tr></table>
<br>
<br>
<br>
<br>
</span>
<!--#include virtual="/inc/footer.php"-->
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -