MCPcopy Create free account
hub / github.com/ActiveState/code / do_set

Method do_set

recipes/Python/578490_sql_the_SQLPlus_killer/recipe-578490.py:107–109  ·  view source on GitHub ↗

settings

(self, args)

Source from the content-addressed store, hash-verified

105 """show foreign keys <table name>"""
106 show_qry(config.get('SQL_FOREIGNS')%args.strip(';').upper())
107 def do_set(self, args):
108 """settings"""
109 show_qry("ALTER SESSION SET %s"%args)
110 def do_settings(self, args):
111 """show settings"""
112 show_qry('select * from nls_session_parameters')

Callers

nothing calls this directly

Calls 1

show_qryFunction · 0.70

Tested by

no test coverage detected