|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectconverters.SQLConverter
public class SQLConverter
This class is part of the YAGO converters (http://mpii.de/yago). It is licensed under the Creative Commons Attribution License (http://creativecommons.org/licenses/by/3.0) the YAGO team (http://mpii.de/yago). This class inserts all text tables to an SQL Database.
Field Summary | |
---|---|
static int |
MAXENTITYLENGTH
Maximal entity length |
Constructor Summary | |
---|---|
SQLConverter()
|
Method Summary | |
---|---|
static void |
fromIniFile(java.io.File initFile)
reads the yago.ini file |
static void |
loadEntities(java.io.File file)
Adds entities from one file |
static void |
loadFacts(java.io.File file,
basics.datagraph.Relation r)
Adds facts from one file |
static void |
main(java.lang.String[] args)
|
static void |
requestInformation()
request information instead of using yago.ini file |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int MAXENTITYLENGTH
Constructor Detail |
---|
public SQLConverter()
Method Detail |
---|
public static void loadFacts(java.io.File file, basics.datagraph.Relation r) throws java.lang.Exception
java.lang.Exception
public static void loadEntities(java.io.File file) throws java.lang.Exception
java.lang.Exception
public static void requestInformation() throws java.lang.Exception
java.lang.Exception
public static void fromIniFile(java.io.File initFile) throws java.lang.Exception
java.lang.Exception
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |