| Package | Description |
|---|---|
| org.smyld.db |
| Modifier and Type | Method and Description |
|---|---|
HashMap<String,Field> |
Utility.FetchTableFields(String TableName,
String FieldName,
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 and 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.