Package tilda.db.metadata
Class MetaPerformance
- java.lang.Object
-
- tilda.db.metadata.MetaPerformance
-
public final class MetaPerformance extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
_FKInCount
static long
_FKInNano
static int
_FKOutCount
static long
_FKOutNano
static int
_IndexCount
static long
_IndexNano
static int
_PKCount
static long
_PKNano
static int
_SchemaCount
static long
_SchemaNano
static int
_TableColumnCount
static long
_TableColumnNano
static int
_TableCount
static long
_TableNano
static int
_ViewColumnCount
static long
_ViewColumnNano
static int
_ViewCount
static long
_ViewNano
-
Constructor Summary
Constructors Constructor Description MetaPerformance()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
print()
-
-
-
Field Detail
-
_TableColumnCount
public static int _TableColumnCount
-
_TableColumnNano
public static long _TableColumnNano
-
_ViewColumnCount
public static int _ViewColumnCount
-
_ViewColumnNano
public static long _ViewColumnNano
-
_FKOutCount
public static int _FKOutCount
-
_FKOutNano
public static long _FKOutNano
-
_FKInCount
public static int _FKInCount
-
_FKInNano
public static long _FKInNano
-
_IndexCount
public static int _IndexCount
-
_IndexNano
public static long _IndexNano
-
_PKCount
public static int _PKCount
-
_PKNano
public static long _PKNano
-
_SchemaCount
public static int _SchemaCount
-
_SchemaNano
public static long _SchemaNano
-
_TableCount
public static int _TableCount
-
_TableNano
public static long _TableNano
-
_ViewCount
public static int _ViewCount
-
_ViewNano
public static long _ViewNano
-
-