SqlParser
Object Hierarchy:
Gda.SqlParser
Gda.SqlParser
Gda.SqlParser
GLib.Object
GLib.Object
GLib.Object->Gda.SqlParser
Gda.Lockable
Gda.Lockable
Gda.Lockable->Gda.SqlParser
Description:
[
CCode ( type_id =
"gda_sql_parser_get_type ()" ) ]
public class SqlParser :
Object ,
Lockable
Content:
Properties:
Static methods:
Creation methods:
Methods:
public Batch ? parse_file_as_batch (string filename) throws Error
Parse filename
's contents and creates a
Batch object which contains all the Statement
objects created while parsing (one object per SQL statement).
public Statement ? parse_string (string sql, out string remain) throws Error
Parses sql
and creates a
Statement statement from the first SQL statement contained in sql
: if
sql
contains more than one statement, then the remaining part of the string is not parsed at all, and remain
(if not null
) will point at the first non parsed character.
public Batch ? parse_string_as_batch (string sql, out string remain) throws Error
Parse sql
and creates a
Batch object which contains all the Statement
objects created while parsing (one object per SQL statement).
public void set_overflow_error ()
public void set_syntax_error ()
Inherited Members:
All known members inherited from class GLib.Object
@get
@new
@ref
@set
add_toggle_ref
add_weak_pointer
bind_property
connect
constructed
disconnect
dispose
dup_data
dup_qdata
force_floating
freeze_notify
get_class
get_data
get_property
get_qdata
get_type
getv
interface_find_property
interface_install_property
interface_list_properties
is_floating
new_valist
new_with_properties
newv
notify
notify_property
ref_count
ref_sink
remove_toggle_ref
remove_weak_pointer
replace_data
replace_qdata
set_data
set_data_full
set_property
set_qdata
set_qdata_full
set_valist
setv
steal_data
steal_qdata
thaw_notify
unref
watch_closure
weak_ref
weak_unref
All known members inherited from interface Gda.Lockable