Package mdbtools.dbengine.sql
Class Util
- java.lang.Object
-
- mdbtools.dbengine.sql.Util
-
public class Util extends Object
Helper methods
-
-
Constructor Summary
Constructors Constructor Description Util()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
toString(Select sql, Object o)
easy way to call toString(Select) (if needed) on any object also quotes strings and expands out arrays
-