Class OracleQuoterBase
Inheritance
OracleQuoterBase
Assembly: FluentMigrator.Runner.Oracle.dll
Syntax
public class OracleQuoterBase : GenericQuoter, IQuoter
Fields
|
Edit this page
View Source
EscapeCharacters
Declaration
public static readonly char[] EscapeCharacters
Field Value
|
Edit this page
View Source
MaxChunkLength
Declaration
public const int MaxChunkLength = 3900
Field Value
Methods
|
Edit this page
View Source
Declaration
public override string FormatAnsiString(string value)
Parameters
Type |
Name |
Description |
string |
value |
|
Returns
Overrides
|
Edit this page
View Source
Declaration
public override string FormatDateTime(DateTime value)
Parameters
Returns
Overrides
|
Edit this page
View Source
Declaration
public override string FormatGuid(Guid value)
Parameters
Type |
Name |
Description |
Guid |
value |
|
Returns
Overrides
|
Edit this page
View Source
Declaration
public override string FormatNationalString(string value)
Parameters
Type |
Name |
Description |
string |
value |
|
Returns
Overrides
|
Edit this page
View Source
Declaration
public override string FormatSystemMethods(SystemMethods value)
Parameters
Returns
Overrides
|
Edit this page
View Source
FromTimeSpan(TimeSpan)
Declaration
public override string FromTimeSpan(TimeSpan value)
Parameters
Returns
Overrides
|
Edit this page
View Source
QuoteIndexName(string, string)
Declaration
public override string QuoteIndexName(string indexName, string schemaName)
Parameters
Returns
Overrides
|
Edit this page
View Source
SplitBy(string, int)
Declaration
public static IEnumerable<string> SplitBy(string str, int maxChunkLength)
Parameters
Type |
Name |
Description |
string |
str |
|
int |
maxChunkLength |
|
Returns
Implements