%PDF- %PDF-
| Direktori : /proc/thread-self/root/proc/self/root/lib/python2.7/site-packages/salt/modules/ |
| Current File : //proc/thread-self/root/proc/self/root/lib/python2.7/site-packages/salt/modules/sqlite3.pyo |
�
���^c @@ s� d Z d d l m Z m Z m Z y d d l Z e Z Wn e k
rQ e Z n Xd � Z
d d � Z d � Z
d � Z d d d � Z d d d � Z d d
� Z d d � Z d d � Z d S(
u
Support for SQLite3
i ( t absolute_importt unicode_literalst print_functionNc C@ s t s t d f St S( NuY The sqlite3 execution module failed to load: the sqlite3 python library is not available.( t HAS_SQLITE3t Falset True( ( ( s8 /usr/lib/python2.7/site-packages/salt/modules/sqlite3.pyt __virtual__ s
c C@ s5 | d k r t St j | d d �} | j � } | S( Nt isolation_level( t NoneR t sqlite3t connectt cursor( t dbt cont cur( ( s8 /usr/lib/python2.7/site-packages/salt/modules/sqlite3.pyt _connect s
c C@ s t j S( ur
Return version of pysqlite
CLI Example:
.. code-block:: bash
salt '*' sqlite3.version
( R t version( ( ( s8 /usr/lib/python2.7/site-packages/salt/modules/sqlite3.pyR s
c C@ s t j S( uw
Return version of sqlite
CLI Example:
.. code-block:: bash
salt '*' sqlite3.sqlite_version
( R t sqlite_version( ( ( s8 /usr/lib/python2.7/site-packages/salt/modules/sqlite3.pyR , s
c C@ s'