-
- All Implemented Interfaces:
public final class ConnectionQueryKt
-
-
Method Summary
Modifier and Type Method Description final static IntegercountAll(Connection $self, KClass<?> cls, Where ws)final static IntegercountAll(Connection $self, String tableName, Where ws)final static BooleantableExists(Connection $self, String tableName)final static List<ColumnInfo>tableDesc(Connection $self, String tableName)final static List<IndexInfo>tableIndexList(Connection $self, String tableName)final static BooleanprocExist(Connection $self, String procName)final static BooleanfunExist(Connection $self, String funName)final static UnitdumpIndex(Connection $self, String tableName)-
-
Method Detail
-
countAll
final static Integer countAll(Connection $self, KClass<?> cls, Where ws)
-
countAll
final static Integer countAll(Connection $self, String tableName, Where ws)
-
tableExists
final static Boolean tableExists(Connection $self, String tableName)
-
tableDesc
final static List<ColumnInfo> tableDesc(Connection $self, String tableName)
-
tableIndexList
final static List<IndexInfo> tableIndexList(Connection $self, String tableName)
-
procExist
final static Boolean procExist(Connection $self, String procName)
-
funExist
final static Boolean funExist(Connection $self, String funName)
-
dumpIndex
final static Unit dumpIndex(Connection $self, String tableName)
-
-
-
-