Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

113 lines
5.3 KiB
C#

//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.3053
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace Mono.Data.Sqlite {
using System;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal class SR {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
internal SR() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("SR", typeof(SR).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to &lt;?xml version=&quot;1.0&quot; standalone=&quot;yes&quot;?&gt;
///&lt;DocumentElement&gt;
/// &lt;DataTypes&gt;
/// &lt;TypeName&gt;smallint&lt;/TypeName&gt;
/// &lt;ProviderDbType&gt;10&lt;/ProviderDbType&gt;
/// &lt;ColumnSize&gt;5&lt;/ColumnSize&gt;
/// &lt;DataType&gt;System.Int16&lt;/DataType&gt;
/// &lt;CreateFormat&gt;smallint&lt;/CreateFormat&gt;
/// &lt;IsAutoIncrementable&gt;false&lt;/IsAutoIncrementable&gt;
/// &lt;IsCaseSensitive&gt;false&lt;/IsCaseSensitive&gt;
/// &lt;IsFixedLength&gt;true&lt;/IsFixedLength&gt;
/// &lt;IsFixedPrecisionScale&gt;true&lt;/IsFixedPrecisionScale&gt;
/// &lt;IsLong&gt;false&lt;/IsLong&gt;
/// &lt;IsNullable&gt;true&lt;/ [rest of string was truncated]&quot;;.
/// </summary>
internal static string DataTypes {
get {
return ResourceManager.GetString("DataTypes", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ALL,ALTER,AND,AS,AUTOINCREMENT,BETWEEN,BY,CASE,CHECK,COLLATE,COMMIT,CONSTRAINT,CREATE,CROSS,DEFAULT,DEFERRABLE,DELETE,DISTINCT,DROP,ELSE,ESCAPE,EXCEPT,FOREIGN,FROM,FULL,GROUP,HAVING,IN,INDEX,INNER,INSERT,INTERSECT,INTO,IS,ISNULL,JOIN,LEFT,LIMIT,NATURAL,NOT,NOTNULL,NULL,ON,OR,ORDER,OUTER,PRIMARY,REFERENCES,RIGHT,ROLLBACK,SELECT,SET,TABLE,THEN,TO,TRANSACTION,UNION,UNIQUE,UPDATE,USING,VALUES,WHEN,WHERE.
/// </summary>
internal static string Keywords {
get {
return ResourceManager.GetString("Keywords", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to &lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?&gt;
///&lt;DocumentElement&gt;
/// &lt;MetaDataCollections&gt;
/// &lt;CollectionName&gt;MetaDataCollections&lt;/CollectionName&gt;
/// &lt;NumberOfRestrictions&gt;0&lt;/NumberOfRestrictions&gt;
/// &lt;NumberOfIdentifierParts&gt;0&lt;/NumberOfIdentifierParts&gt;
/// &lt;/MetaDataCollections&gt;
/// &lt;MetaDataCollections&gt;
/// &lt;CollectionName&gt;DataSourceInformation&lt;/CollectionName&gt;
/// &lt;NumberOfRestrictions&gt;0&lt;/NumberOfRestrictions&gt;
/// &lt;NumberOfIdentifierParts&gt;0&lt;/NumberOfIdentifierParts&gt;
/// &lt;/MetaDataCollections&gt;
/// &lt;MetaDataC [rest of string was truncated]&quot;;.
/// </summary>
internal static string MetaDataCollections {
get {
return ResourceManager.GetString("MetaDataCollections", resourceCulture);
}
}
}
}