SqlBuilder


Description:

[ CCode ( has_construct_function = false ) ]
[ Version ( since = "4.2" ) ]
public SqlBuilder (SqlStatementType stmt_type)

Create a new SqlBuilder object to build Statement or SqlStatement objects of type stmt_type

Parameters:

stmt_type

the type of statement to build

Returns:

the newly created object, or null if an error occurred (such as unsupported statement type)