![]() |
DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
This interface acts like a marker that indicates if a ISqlNode represents a SQL expression. More...
Additional Inherited Members | |
Properties inherited from Deveel.Data.Sql.Parser.ISqlNode | |
| string | NodeName [get] |
| Gets the name of the node analyzed from the parser. More... | |
| ISqlNode | Parent [get] |
| Gets a reference to the parent ISqlNode, if any. More... | |
| IEnumerable< ISqlNode > | ChildNodes [get] |
| Gets a read-only enumeration of the children nodes, if any. More... | |
| IEnumerable< Token > | Tokens [get] |
| Gets an enumeration of the tokens composing the this node. More... | |
This interface acts like a marker that indicates if a ISqlNode represents a SQL expression.
Definition at line 24 of file IExpressionNode.cs.
1.8.10