public class DocsisSqlQuery extends java.lang.Object implements Dictionary
Modifier and Type | Field and Description |
---|---|
static java.lang.Integer |
MAJOR_TLV |
ARE_SUBTYPES, BYTE_LENGTH, DATA_TYPE, DB_TBL_COL_BYTE_LENGTH, DB_TBL_COL_DATA_TYPE, DB_TBL_COL_LENGTH_MAX, DB_TBL_COL_LENGTH_MIN, DB_TBL_COL_PARENT_ID, DB_TBL_COL_SUPPORTED_VERSIONS, DB_TBL_COL_TLV_DESCRIPTION, DB_TBL_COL_TLV_NAME, DB_TBL_COL_TYPE, DOCSIS, DPOE, LENGTH_MAX, LENGTH_MIN, PACKET_CABLE, PARENT_TYPE_LIST, SUBTYPE_ARRAY, SUPPORTED_VERSIONS, TLV_DESCRIPTION, TLV_NAME, TYPE, VALUE
Constructor and Description |
---|
DocsisSqlQuery(java.sql.Connection sqlConnection) |
Modifier and Type | Method and Description |
---|---|
org.json.JSONArray |
getAllTlvDefinition(int iCableLabsConfigType) |
void |
getMajorTlvDefinition(java.lang.Integer iType) |
org.json.JSONObject |
getTlvDefinition(java.lang.Integer iType) |
public DocsisSqlQuery(java.sql.Connection sqlConnection)
sqlConnection
- public void getMajorTlvDefinition(java.lang.Integer iType)
getMajorTlvDefinition
in interface Dictionary
iType
- Dictionary.getMajorTlvDefinition(Integer)
public org.json.JSONObject getTlvDefinition(java.lang.Integer iType)
getTlvDefinition
in interface Dictionary
iType
- Dictionary.getTlvDefinition(Integer)
public org.json.JSONArray getAllTlvDefinition(int iCableLabsConfigType)
getAllTlvDefinition
in interface Dictionary
iCableLabsConfigType
- Dictionary.getAllTlvDefinition(int)