| Package | Description |
|---|---|
| org.smyld.db |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.HashMap<java.lang.String,Field> |
Utility.FetchTableFields(java.lang.String TableName,
java.lang.String FieldName,
java.lang.String FieldValue) |
Fetchs the given table name data and returns HashMap object containing
org.smyld.db.Field objects created upon the given field Name/Value pair
(represents 2 column names in the given table name)
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
Field.equals(Field comparedField) |
Overrides the equals of the parent object class to compare the object
according to the field name
|
Copyright © 2019 SMYLD. All rights reserved.