EAPUtilSQLString Method |
| Name | Description | |
|---|---|---|
| SQLString(Enum) |
Generate a SQL string for an enumeration item by converting the enum item
to its corresponding integer value and then representing that integer as a string.
| |
| SQLString(String) |
Prepare a string for use in a SQL statement. If the string is null or empty then
an unquoted "NULL" is returned, else an AnsiQuoted string is returned.
| |
| SQLString(Object, OleDbType, DBMSType) |
Generate a SQL representation of the value for the specified DataType and DBMS.
| |
| SQLString(Object, OleDbType, DBMSType, SQLColumnFlags) |
Generate a SQL representation of the value for the specified DataType and DBMS.
|