Ravel Python API Reference
A Database-Defined Network Controller
Public Member Functions | List of all members
ravel.app.SqlObjMatch Class Reference

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...
 

Detailed Description

Regular expression for matching a SQL component within an application's SQL implementation.

Constructor & Destructor Documentation

def ravel.app.SqlObjMatch.__init__ (   self,
  typ,
  regex,
  group 
)
Parameters
typthe object type,
regexthe regex to match the type
grouplist of matching groups to construct the component's name

Member Function Documentation

def ravel.app.SqlObjMatch.match (   self,
  stmt 
)

Search for a match in the specified SQL statement.

Parameters
stmta SQL statement

The documentation for this class was generated from the following file: