Esempio n. 1
0
 /**
  * @param tableStr name of the table into which to insert the values.
  *     <p>{@code Object} -&gt; {@code SqlObject} conversions handled by {@link
  *     Converter#toCustomTableSqlObject(Object)}.
  */
 public InsertQuery(Object tableStr) {
   super(Converter.toCustomTableSqlObject(tableStr));
 }