@Deprecated public class JDBCCommand extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
int |
type
Deprecated.
|
static int |
TYPE_EXECUTE_QUERY
Deprecated.
|
static int |
TYPE_METADATA
Deprecated.
|
static int |
TYPE_METADATA_REPLY
Deprecated.
|
static int |
TYPE_QUERY_ERROR
Deprecated.
|
static int |
TYPE_QUERY_FINISH
Deprecated.
|
static int |
TYPE_QUERY_RECORD
Deprecated.
|
static int |
TYPE_QUERY_REPLY
Deprecated.
|
| Constructor and Description |
|---|
JDBCCommand()
Deprecated.
|
JDBCCommand(Exception _err,
int _RSID)
Deprecated.
|
JDBCCommand(int _rsID)
Deprecated.
|
JDBCCommand(JDBCResultSet _rs,
int _type)
Deprecated.
|
JDBCCommand(Map<String,Object> _record,
int _rsID)
Deprecated.
|
JDBCCommand(XSQLBluePrint bl)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
XSQLBluePrint |
getBluePrint()
Deprecated.
|
Exception |
getERROR()
Deprecated.
|
Map<String,Object> |
getRecord()
Deprecated.
|
JDBCResultSet |
getRS()
Deprecated.
|
int |
getRSID()
Deprecated.
|
int |
getType()
Deprecated.
|
void |
setType(int t)
Deprecated.
|
public int type
public static final int TYPE_EXECUTE_QUERY
public static final int TYPE_QUERY_REPLY
public static final int TYPE_QUERY_RECORD
public static final int TYPE_QUERY_FINISH
public static final int TYPE_QUERY_ERROR
public static final int TYPE_METADATA
public static final int TYPE_METADATA_REPLY
public JDBCCommand()
public JDBCCommand(Exception _err, int _RSID)
public JDBCCommand(XSQLBluePrint bl)
public JDBCCommand(JDBCResultSet _rs, int _type)
public JDBCCommand(int _rsID)
public void setType(int t)
public int getType()
public JDBCResultSet getRS()
public int getRSID()
public Exception getERROR()
public XSQLBluePrint getBluePrint()
Copyright © 2017 OpenDaylight. All rights reserved.