net.sf.saxon.option.sql
public class SQLConnect extends ExtensionInstruction
| Field Summary | |
|---|---|
| Expression | database |
| Expression | driver |
| Expression | password |
| Expression | user |
| Method Summary | |
|---|---|
| Expression | compile(Executable exec) |
| boolean | mayContainSequenceConstructor() |
| void | prepareAttributes() |
| static String | quoteSqlName(String name)
Utility method to quote a SQL table or column name if it needs quoting. |
| void | validate() |
Parameters: name the supplied name
Returns: the supplied name, enclosed in double quotes if it does not satisfy the pattern [A-Za-z_][A-Za-z0-9_]*, with any double quotes replaced by two double quotes