|
SQLJet Home | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tmatesoft.sqljet.core.SqlJetVersion
public class SqlJetVersion
SQLJet's version.
Method Summary | |
---|---|
static long |
getBuildNumber()
Get SQLJet's build number. |
static int |
getMajorVersion()
Get SQLJet's major version. |
static int |
getMicroVersion()
Get SQLJet's micro version. |
static int |
getMinorVersion()
Get SQLJet's minor version. |
static java.lang.String |
getVersionString()
Get SqlJet version as a String. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String getVersionString()
public static int getMajorVersion()
public static int getMinorVersion()
public static int getMicroVersion()
public static long getBuildNumber()
|
SQLJet Home | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |