Class KdbConstraints
Inheritance
System.Object
KdbConstraints
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Azos.Sky.Kdb
Assembly: Azos.Sky.dll
Syntax
public static class KdbConstraints
Fields
MAX_KEY_LEN
Declaration
public const int MAX_KEY_LEN = 255
Field Value
Type | Description |
---|---|
System.Int32 |
MAX_TABLE_NAME_LEN
Declaration
public const int MAX_TABLE_NAME_LEN = 32
Field Value
Type | Description |
---|---|
System.Int32 |
Methods
CheckKey(Byte[], String)
Declaration
public static void CheckKey(byte[] key, string opName)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | key | |
System.String | opName |
CheckTableName(String, String)
Declaration
public static void CheckTableName(string table, string opName)
Parameters
Type | Name | Description |
---|---|---|
System.String | table | |
System.String | opName |