com.ziclix.python.sql
Class PyUtil

java.lang.Object
  |
  +--com.ziclix.python.sql.PyUtil

public class PyUtil
extends java.lang.Object

Static utility class.

Version:
$Revision: 1.4 $
Author:
brian zimmer, last revised by $Author: bzimmer $

Method Summary
static void debug(java.lang.String message)
          Print the debug message.
static boolean PyList_Check(org.python.core.PyObject obj)
          Is the obj a List?
static boolean PyTuple_Check(org.python.core.PyObject obj)
          Is the obj a Tuple?
static boolean PyTupleList_Check(org.python.core.PyObject obj)
          Is the obj a List or Tuple?
static boolean PyTupleListOfTupleList_Check(org.python.core.PyObject obj)
          Is the obj a List or Tuple of Lists or Tuples?
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

debug

public static void debug(java.lang.String message)
Print the debug message.
Parameters:
message -  

PyList_Check

public static boolean PyList_Check(org.python.core.PyObject obj)
Is the obj a List?
Parameters:
obj -  
Returns:
 

PyTuple_Check

public static boolean PyTuple_Check(org.python.core.PyObject obj)
Is the obj a Tuple?
Parameters:
obj -  
Returns:
 

PyTupleList_Check

public static boolean PyTupleList_Check(org.python.core.PyObject obj)
Is the obj a List or Tuple?
Parameters:
obj -  
Returns:
 

PyTupleListOfTupleList_Check

public static boolean PyTupleListOfTupleList_Check(org.python.core.PyObject obj)
Is the obj a List or Tuple of Lists or Tuples?
Parameters:
obj -  
Returns:
 


Copyright (c) 2000 brian zimmer. All Rights Reserved.