Definition at line 24 of file PlSqlBlock.cs.
Deveel.Data.Sql.Statements.PlSqlBlock.PlSqlBlock |
( |
| ) |
|
|
inline |
Definition at line 28 of file PlSqlBlock.cs.
ICollection< SqlStatement > statements
ICollection< ExceptionHandler > exceptionHandlers
Deveel.Data.Sql.Statements.PlSqlBlock.~PlSqlBlock |
( |
| ) |
|
|
inlineprivate |
void Deveel.Data.Sql.Statements.PlSqlBlock.AddExceptionHandler |
( |
ExceptionHandler |
handler | ) |
|
|
inline |
Definition at line 53 of file PlSqlBlock.cs.
ICollection< ExceptionHandler > exceptionHandlers
void Deveel.Data.Sql.Statements.PlSqlBlock.AddStatement |
( |
SqlStatement |
statement | ) |
|
|
inline |
Definition at line 47 of file PlSqlBlock.cs.
ICollection< SqlStatement > statements
void Deveel.Data.Sql.Statements.PlSqlBlock.Dispose |
( |
| ) |
|
|
inline |
virtual void Deveel.Data.Sql.Statements.PlSqlBlock.Dispose |
( |
bool |
disposing | ) |
|
|
inlineprotectedvirtual |
Definition at line 77 of file PlSqlBlock.cs.
ICollection< SqlStatement > statements
ICollection< ExceptionHandler > exceptionHandlers
Converts the underlying value of this instance into an object that can be evaluated by an expression.
- Parameters
-
preparer | The context used to prepare this object. |
- Returns
- Returns an object that can be evaluated by an expression.
Implements Deveel.Data.Sql.Expressions.IPreparable.
Definition at line 64 of file PlSqlBlock.cs.
65 throw new NotImplementedException();
object IPreparable. Deveel.Data.Sql.Statements.PlSqlBlock.Prepare |
( |
IExpressionPreparer |
preparer | ) |
|
|
inlineprivate |
Converts the underlying value of this instance into an object that can be evaluated by an expression.
- Parameters
-
preparer | The context used to prepare this object. |
- Returns
- Returns an object that can be evaluated by an expression.
Implements Deveel.Data.Sql.Expressions.IPreparable.
Definition at line 68 of file PlSqlBlock.cs.
virtual PlSqlBlock Prepare(IExpressionPreparer preparer)
Converts the underlying value of this instance into an object that can be evaluated by an expression...
ICollection<ExceptionHandler> Deveel.Data.Sql.Statements.PlSqlBlock.exceptionHandlers |
|
private |
ICollection<SqlStatement> Deveel.Data.Sql.Statements.PlSqlBlock.statements |
|
private |
IEnumerable<ExceptionHandler> Deveel.Data.Sql.Statements.PlSqlBlock.ExceptionHandlers |
|
get |
string Deveel.Data.Sql.Statements.PlSqlBlock.Label |
|
getset |
IEnumerable<SqlStatement> Deveel.Data.Sql.Statements.PlSqlBlock.Statements |
|
get |
The documentation for this class was generated from the following file:
- /var/calculate/remote/distfiles/egit-src/deveeldb.git/src/deveeldb/Deveel.Data.Sql.Statements/PlSqlBlock.cs