Used during SQL statements generation to get platform specific qualified column name with operation applied to column.
Used during SQL statements generation to get platform specific qualified column name with operation applied to column.
string Encode(BaseColumn,IdentifierAliasInfo,OperationType,IRelationalDataAdapter);
Used during SQL statements generation to get the platform specific function.
string Encode(OperationType,IRelationalDataAdapter);
Used during SQL statements generation to get a platform specific qualified table name
string Encode(TableDefinition,IRelationalDataAdapter);
Converts operand to a SQL literal/constant for use within a SQL statement.
string Encode(byte[],IRelationalDataAdapter);
Converts operand to a SQL literal/constant for use within a SQL statement.
string Encode(DateTime,IRelationalDataAdapter);
Converts operand to a SQL literal/constant for use within a SQL statement.
string Encode(decimal,IRelationalDataAdapter);
Converts operand to a SQL literal/constant for use within a SQL statement.
string Encode(double,IRelationalDataAdapter);
Converts operand to a SQL literal/constant for use within a SQL statement.
string Encode(Guid,IRelationalDataAdapter);
Converts operand to a SQL literal/constant for use within a SQL statement.
string Encode(long,IRelationalDataAdapter);
Converts operand to a SQL literal/constant for use within a SQL statement.
string Encode(string,IRelationalDataAdapter);
IAdapterSqlFragmentEncoder Interface | BaseClasses Namespace