|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ziclix.python.sql.PyUtil
Static utility class.
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 |
public static void debug(java.lang.String message)
message
- public static boolean PyList_Check(org.python.core.PyObject obj)
obj
- public static boolean PyTuple_Check(org.python.core.PyObject obj)
obj
- public static boolean PyTupleList_Check(org.python.core.PyObject obj)
obj
- public static boolean PyTupleListOfTupleList_Check(org.python.core.PyObject obj)
obj
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |