<?xml version="1.0"?>
<doc>
<assembly>
<name>System.Data.SQLite</name>
</assembly>
<members>
<member name="T:System.Data.SQLite.AssemblySourceIdAttribute">
<summary>
Defines a source code identifier custom attribute for an assembly
manifest.
</summary>
</member>
<member name="M:System.Data.SQLite.AssemblySourceIdAttribute.#ctor(System.String)">
<summary>
Constructs an instance of this attribute class using the specified
source code identifier value.
</summary>
<param name="value">
The source code identifier value to use.
</param>
</member>
<member name="P:System.Data.SQLite.AssemblySourceIdAttribute.SourceId">
<summary>
Gets the source code identifier value.
</summary>
</member>
<member name="T:System.Data.SQLite.AssemblySourceTimeStampAttribute">
<summary>
Defines a source code time-stamp custom attribute for an assembly
manifest.
</summary>
</member>
<member name="M:System.Data.SQLite.AssemblySourceTimeStampAttribute.#ctor(System.String)">
<summary>
Constructs an instance of this attribute class using the specified
source code time-stamp value.
</summary>
<param name="value">
The source code time-stamp value to use.
</param>
</member>
<member name="P:System.Data.SQLite.AssemblySourceTimeStampAttribute.SourceTimeStamp">
<summary>
Gets the source code time-stamp value.
</summary>
</member>
<member name="T:System.Data.SQLite.SQLiteLogCallback">
<summary>
This is the method signature for the SQLite core library logging callback
function for use with sqlite3_log() and the SQLITE_CONFIG_LOG.
WARNING: This delegate is used more-or-less directly by native code, do
not modify its type signature.
</summary>
<param name="pUserData">
The extra data associated with this message, if any.
</param>
<param name="errorCode">
The error code associated with this message.
</param>
<param name="pMessage">
The message string to be logged.
</param>
</member>
<member name="T:System.Data.SQLite.SQLite3">
<summary>
This class implements SQLiteBase completely, and is the guts of the code that interop's SQLite with .NET
</summary>
</member>
<member name="T:System.Data.SQLite.SQLiteBase">
<summary>
This internal class provides the foundation of SQLite support. It defines all the abstract members needed to implement
a SQLite data provider, and inherits from SQLiteConvert which allows for simple translations of string to and from SQLite.
</summary>
</member>
<member name="T:System.Data.SQLite.SQLiteConvert">
<summary>
This base class provides datatype conversion services for the SQLite provider.
</summary>
</member>
<member name="F:System.Data.SQLite.SQLiteConvert.EscapeChar">
<summary>
This character is used to escape other characters, including itself, in
connection string property names and values.
</summary>
</member>
<member name="F:System.Data.SQLite.SQLiteConvert.QuoteChar">
<summary>
This character can be used to wrap connection string property names and
values. Normally, it is optional; however, when used, it must be the
first -AND- last character of that connection string property name -OR-
value.
</summary>
</member>
<member name="F:System.Data.SQLite.SQLiteConvert.AltQuoteChar">
<summary>
This character can be used to wrap connection string property names and
values. Normally, it is optional; however, when used, it must be the
first -AND- last character of that connection string property name -OR-
value.
</summary>
</member>
<member name="F:System.Data.SQLite.SQLiteConvert.ValueChar">
<summary>
The character is used to separate the name and value for a connection
string property. This character cannot be present in any connection
string property name. This character can be present in a connection
string property value; however, this should be avoided unless deemed
absolutely necessary.
</summary>
</member>
<member name="F:System.Data.SQLite.SQLiteConvert.PairChar">
<summary>
This character is used to separate connection string properties. When
the "No_SQLiteConnectionNewParser" setting is enabled, this character
may not appear in connection string property names -OR- values.
</summary>
</member>
<member name="F:System.Data.SQLite.SQLiteConvert.FallbackDefaultDbType">
<summary>
The fallback default database type when one cannot be obtained from an
existing connection instance.
</summary>
</member>
<member name="F:System.Data.SQLite.SQLiteConvert.FullFormat">
<summary>
The format string for DateTime values when using the InvariantCulture or CurrentCulture formats.
</summary>
</member>
<member name="F:System.Data.SQLite.SQLiteConvert.SpecialChars">
<summary>
These are the characters that are special to the connection string
parser.
</summary>
</member>
<member name="F:System.Data.SQLite.SQLiteConvert.FallbackDefaultTypeName">
<summary>
The fallback default database type name when one cannot be obtained from
an existing connection instance.
</summary>
</member>
<member name="F:System.Data.SQLite.SQLiteConvert.UnixEpoch">
<summary>
The value for the Unix epoch (e.g. January 1, 1970 at midnight, in UTC).
</summary>
</member>
<member name="F:System.Data.SQLite.SQLiteConvert.OleAutomationEpochAsJulianDay">
<summary>
The value of the OLE Automation epoch represented as a Julian day. This
field cannot be removed as the test suite relies upon it.
</summary>
</member>
<member name="F:System.Data.SQLite.SQLiteConvert.MinimumJd">
<summary>
This is the minimum Julian Day value supported by this library
(148731163200000).
</summary>
</member>
<member name="F:System.Data.SQLite.SQLiteConvert.MaximumJd">
<summary>
This is the maximum Julian Day value supported by this library
(464269060799000).
</summary>
</member>
<member name="F:System.Data.SQLite.SQLiteConvert._datetimeFormats">
<summary>
An array of ISO-8601 DateTime formats that we support parsing.
</summary>
</member>
<member name="F:System.Data.SQLite.SQLiteConvert._datetimeFormatUtc">
<summary>
The internal default format for UTC DateTime values when converting
to a string.
</summary>
</member>
<member n

liuchaoj21
- 粉丝: 2
- 资源: 12
最新资源
- 39.MATLAB神经网络43个案例分析 思维进化算法优化BP神经网络-非线性函数拟合.zip
- 38.MATLAB神经网络43个案例分析 神经网络遗传算法函数极值寻优-非线性函数极值寻优.zip
- 33.MATLAB神经网络43个案例分析 粒子群优化算法的寻优算法-非线性函数极值寻优.zip
- 32.MATLAB神经网络43个案例分析 离散Hopfield神经网络的联想记忆-数字识别.zip
- 20230224-HDR-ISP-环境配置
- 爱心代码集合将 html 代码文件下载至本地,并使用浏览器打开 在线预览 HTML代码点击网址即可在线预览效果
- 31.MATLAB神经网络43个案例分析 离散Hopfield神经网络的分类-高校科研能力评价.zip
- jdk-19-windows-x64-bin
- 30.MATLAB神经网络43个案例分析 决策树分类器的应用研究-乳腺癌诊断.zip
- 29.MATLAB神经网络43个案例分析 极限学习机在回归拟合及分类问题中的应用研究-对比实验.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈



评论0