-
- All Implemented Interfaces:
public final class ConnectionInsertKt
-
-
Method Summary
Modifier and Type Method Description final static Booleaninsert(Connection $self, KClass<?> modelCls, List<Pair<KProperty<?>, Object>> kvs)final static Booleaninsert(Connection $self, String table, List<Pair<String, Object>> kvs)final static LonginsertGenKey(Connection $self, KClass<?> modelCls, List<Pair<KProperty<?>, Object>> kvs)final static LonginsertGenKey(Connection $self, String table, List<Pair<String, Object>> kvs)final static LonginsertGen(Connection $self, String sql, List<Object> args)final static BooleaninsertOrUpdate(Connection $self, KClass<?> modelCls, List<Pair<KProperty<?>, Object>> kvs, List<KProperty<?>> uniqColumns)final static BooleaninsertOrUpdate(Connection $self, String table, List<Pair<String, Object>> kvs, List<String> uniqColumns)final static BooleaninsertOrUpdate(Connection $self, OrmModel model)-
-
Method Detail
-
insert
final static Boolean insert(Connection $self, KClass<?> modelCls, List<Pair<KProperty<?>, Object>> kvs)
-
insertGenKey
final static Long insertGenKey(Connection $self, KClass<?> modelCls, List<Pair<KProperty<?>, Object>> kvs)
-
insertGenKey
final static Long insertGenKey(Connection $self, String table, List<Pair<String, Object>> kvs)
-
insertOrUpdate
final static Boolean insertOrUpdate(Connection $self, KClass<?> modelCls, List<Pair<KProperty<?>, Object>> kvs, List<KProperty<?>> uniqColumns)
-
insertOrUpdate
final static Boolean insertOrUpdate(Connection $self, String table, List<Pair<String, Object>> kvs, List<String> uniqColumns)
-
insertOrUpdate
final static Boolean insertOrUpdate(Connection $self, OrmModel model)
-
-
-
-