SQLDatapublic class MonetINET extends Object implements SQLData
| Modifier and Type | Method | Description |
|---|---|---|
void |
fromString(String newinet) |
|
String |
getAddress() |
|
InetAddress |
getInetAddress() |
|
int |
getNetmaskBits() |
|
String |
getSQLTypeName() |
|
void |
readSQL(SQLInput stream,
String typeName) |
|
void |
setAddress(String newinet) |
|
void |
setInetAddress(InetAddress iaddr) |
|
void |
setNetmaskBits(int bits) |
|
String |
toString() |
|
void |
writeSQL(SQLOutput stream) |
public String getSQLTypeName()
getSQLTypeName in interface SQLDatapublic void readSQL(SQLInput stream, String typeName) throws SQLException
readSQL in interface SQLDataSQLExceptionpublic void writeSQL(SQLOutput stream) throws SQLException
writeSQL in interface SQLDataSQLExceptionpublic String getAddress()
public int getNetmaskBits()
throws SQLException
SQLExceptionpublic InetAddress getInetAddress() throws SQLException
SQLExceptionpublic void setInetAddress(InetAddress iaddr) throws Exception
ExceptionCopyright © 2018. All rights reserved.