|
Ravel Python API Reference
A Database-Defined Network Controller
|
Regular expression for matching a SQL component within an application's SQL implementation. More...
Inherits object.
Public Member Functions | |
| def | __init__ |
| def | match |
| Search for a match in the specified SQL statement. More... | |
Regular expression for matching a SQL component within an application's SQL implementation.
| def ravel.app.SqlObjMatch.__init__ | ( | self, | |
| typ, | |||
| regex, | |||
| group | |||
| ) |
| typ | the object type, |
| regex | the regex to match the type |
| group | list of matching groups to construct the component's name |
| def ravel.app.SqlObjMatch.match | ( | self, | |
| stmt | |||
| ) |
Search for a match in the specified SQL statement.
| stmt | a SQL statement |
1.8.6