-
- All Implemented Interfaces:
public final class ConnectionBaseKt
-
-
Method Summary
-
-
Method Detail
-
getMysqlKeySet
final Set<String> getMysqlKeySet()
-
getNameSQL
final String getNameSQL()
-
getNameSQL
final String getNameSQL()
-
getFullNameSQL
final String getFullNameSQL()
-
getTrimSQL
final String getTrimSQL()
-
setParams
final static Unit setParams(PreparedStatement $self, List<Object> params)
-
exec
final static Boolean exec(Connection $self, SQLArgs sa)
-
trans
final static Unit trans(Connection $self, Function1<Connection, Unit> block)
-
procDefine
final static Unit procDefine(Connection $self, KFunction<?> proc)
-
procCall
final static LinkedHashMap<String, Object> procCall(Connection $self, KFunction<?> proc, List<Object> args)
-
funCreate
final static Unit funCreate(Connection $self, String funText)
-
funNeeded
final static Unit funNeeded(Connection $self, KProperty0<String> prop)
-
-
-
-