cybergarage-upnp
org.cybergarage.sql.mysql.MySQL Class Reference
Inheritance diagram for org.cybergarage.sql.mysql.MySQL:
org.cybergarage.sql.Database org.cybergarage.upnp.std.av.server.directory.mythtv.MythDatabase

Public Member Functions

 MySQL ()
 
boolean open (String host, String dbname, String user, String passwd)
 
- Public Member Functions inherited from org.cybergarage.sql.Database
 Database ()
 
void close ()
 
boolean query (String sql)
 
boolean fetch ()
 
String getString (String name)
 
String getString (int n)
 
int getInteger (String name)
 
int getInteger (int n)
 
long getLong (String name)
 
long getLong (int n)
 
long getTimestamp (String name)
 
long getTimestamp (int n)
 
long getDate (String name)
 
long getDate (int n)
 
int update (String sql)
 

Additional Inherited Members

- Protected Member Functions inherited from org.cybergarage.sql.Database
void setConnection (Connection c)
 

Constructor & Destructor Documentation

◆ MySQL()

org.cybergarage.sql.mysql.MySQL.MySQL ( )
inline

Member Function Documentation

◆ open()

boolean org.cybergarage.sql.mysql.MySQL.open ( String host,
String dbname,
String user,
String passwd )
inline

Reimplemented from org.cybergarage.sql.Database.


The documentation for this class was generated from the following file: