BaseClasses Documentation

IAdapterSqlFragmentEncoder Methods

The methods of the IAdapterSqlFragmentEncoder interface are listed below. For a complete list of IAdapterSqlFragmentEncoder interface members, see the IAdapterSqlFragmentEncoder Members topic.

Public Instance Methods

ConvertDBException Converts an exception message to a more readable message.
EncodeOverloaded. Used during SQL statements generation to get the platform specific function.
EncodeIdentifier Used during generation of SQL statements to generate the column identifier to be used in queries.
EscapeLikeExpression Create escape search characters in operand.
ExplicitlyCastExpression Use operand to generate a SQL cast to string expression.
GetConcatOperator The function returns concatenation operator to use when generation SQL statements.
GetFalseValue Returns a SQL expression that will always evaluate as False when used in a SQL statement.
GetTrueValue Returns a SQL expression that will always evaluate as True when used in a SQL statement.
ToCaseInsensitiveSql Converts sqlExpression to an uppercase SQL expression for use within a case-insensitive SQL statement. Certain (inherently case-insensitive) expressions will be unaffected.

See Also

IAdapterSqlFragmentEncoder Interface | BaseClasses Namespace