help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Procedures and functions] Reference for unit 'db' (#fcl)

TParams.ParseSQL

Declaration

Source position: line 0

public function TParams.ParseSQL(

  SQL: String;

  DoCreate: Boolean

):String; overload;

function TParams.ParseSQL(

  SQL: String;

  DoCreate: Boolean;

  EscapeSlash: Boolean;

  EscapeRepeat: Boolean;

  ParameterStyle: TParamStyle

):String; overload;

function TParams.ParseSQL(

  SQL: String;

  DoCreate: Boolean;

  EscapeSlash: Boolean;

  EscapeRepeat: Boolean;

  ParameterStyle: TParamStyle;

  var ParamBinding: TParamBinding

):String; overload;

function TParams.ParseSQL(

  SQL: String;

  DoCreate: Boolean;

  EscapeSlash: Boolean;

  EscapeRepeat: Boolean;

  ParameterStyle: TParamStyle;

  var ParamBinding: TParamBinding;

  var ReplaceString: String

):String; overload;

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505