Package | Description |
---|---|
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 |
Modifier and Type | Field and Description |
---|---|
MySQLEngineType |
StoreDesc.engineType
MySQL specific
|
Constructor and Description |
---|
FormatterSimpleMySQL(SDBConnection connection,
MySQLEngineType tableType) |
StoreSimpleMySQL(SDBConnection connection,
StoreDesc desc,
MySQLEngineType engineType) |
Constructor and Description |
---|
FmtLayout2HashMySQL(SDBConnection connection,
MySQLEngineType tableType) |
StoreTriplesNodesHashMySQL(SDBConnection connection,
StoreDesc desc,
MySQLEngineType tableType) |
Constructor and Description |
---|
FmtLayout2IndexMySQL(SDBConnection connection,
MySQLEngineType tableType) |
StoreTriplesNodesIndexMySQL(SDBConnection connection,
StoreDesc desc,
MySQLEngineType tableType) |
Modifier and Type | Method and Description |
---|---|
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.
|
Licenced under the Apache License, Version 2.0