OracleDbFormatter

Implements the IDbFormatter interface for Oracle database engines.

Namespace:
Inetdev.Data.Oracle
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
Inetdev.Data.AbstractDbFormatter

Constructors

OracleDbFormatter

Default constructor

Signature:
public Void OracleDbFormatter()

Properties

CatalogSeparator

Get the catalog separator.

Signature:
public String CatalogSeparator { get; }

QuoteIdentifierPrefix

Get the quote identifier prefix.

Signature:
public String QuoteIdentifierPrefix { get; }

QuoteIdentifierSuffix

Get the quote identifier suffix.

Signature:
public String QuoteIdentifierSuffix { get; }

QuoteParamPrefix

Get the quote parameter prefix.

Signature:
public String QuoteParamPrefix { get; }

QuoteParamSuffix

Get the quote parameter suffix.

Signature:
public String QuoteParamSuffix { get; }

SchemaSeparator

Get the schema separator.

Signature:
public String SchemaSeparator { get; }

Methods

FormatValue

Formats a value to be included within a statement.

Signature:
public String FormatValue(dataType, value)
Returns

A textual representation of value.

Parameters
Name Type Summary
dataType DbType The data type of the value.
value Object Value to be formatted.

GetDbDateTimeString

Get a string representation of the database instruction to retrieve the current database server date time

Signature:
public String GetDbDateTimeString()
Returns

System date-time command string

GetDbType

Get the string for the specified data type.

Signature:
public String GetDbType(type)
Returns

A string representation of the data type.

Parameters
Name Type Summary
type DbType The data type to get the string of.