Method | Description | |
---|---|---|
CloseStatement ( ) : void | ||
Execute ( ) : void | ||
ExecuteNext ( ) : bool | ||
PreparableStatement ( |
||
Prepare ( ) : void |
Method | Description | |
---|---|---|
PrepareCommandText ( string &stripped_sql ) : List |
Prepares CommandText for use with the Prepare method Takes the output of TokenizeSql and creates a single string of SQL that only contains '?' markers for each parameter. It also creates the parameterMap array list that includes all the paramter names in the order they appeared in the SQL |
public PreparableStatement ( |
||
command | ||
text | string | |
return | System |