|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MySQLEngineType | |
|---|---|
| com.hp.hpl.jena.sdb | |
| com.hp.hpl.jena.sdb.layout1 | |
| com.hp.hpl.jena.sdb.layout2.hash | |
| com.hp.hpl.jena.sdb.layout2.index | |
| com.hp.hpl.jena.sdb.sql | |
| Uses of MySQLEngineType in com.hp.hpl.jena.sdb |
|---|
| Fields in com.hp.hpl.jena.sdb declared as MySQLEngineType | |
|---|---|
MySQLEngineType |
StoreDesc.engineType
MySQL specific |
| Uses of MySQLEngineType in com.hp.hpl.jena.sdb.layout1 |
|---|
| Constructors in com.hp.hpl.jena.sdb.layout1 with parameters of type MySQLEngineType | |
|---|---|
FormatterSimpleMySQL(SDBConnection connection,
MySQLEngineType tableType)
|
|
StoreSimpleMySQL(SDBConnection connection,
StoreDesc desc,
MySQLEngineType engineType)
|
|
| Uses of MySQLEngineType in com.hp.hpl.jena.sdb.layout2.hash |
|---|
| Constructors in com.hp.hpl.jena.sdb.layout2.hash with parameters of type MySQLEngineType | |
|---|---|
FmtLayout2HashMySQL(SDBConnection connection,
MySQLEngineType tableType)
|
|
StoreTriplesNodesHashMySQL(SDBConnection connection,
StoreDesc desc,
MySQLEngineType tableType)
|
|
| Uses of MySQLEngineType in com.hp.hpl.jena.sdb.layout2.index |
|---|
| Constructors in com.hp.hpl.jena.sdb.layout2.index with parameters of type MySQLEngineType | |
|---|---|
FmtLayout2IndexMySQL(SDBConnection connection,
MySQLEngineType tableType)
|
|
StoreTriplesNodesIndexMySQL(SDBConnection connection,
StoreDesc desc,
MySQLEngineType tableType)
|
|
| Uses of MySQLEngineType in com.hp.hpl.jena.sdb.sql |
|---|
| Methods in com.hp.hpl.jena.sdb.sql that return MySQLEngineType | |
|---|---|
static MySQLEngineType |
MySQLEngineType.convert(String engineName)
|
static MySQLEngineType |
MySQLEngineType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MySQLEngineType[] |
MySQLEngineType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||