Package org.teamapps.universaldb.schema
Klasse Schema
java.lang.Object
org.teamapps.universaldb.schema.Schema
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungaddDatabase(String name) static voidcheckColumnName(String name) booleanstatic voidstatic Schemacreate()static SchemagetDatabase(String name) byte[]intbooleanisCompatibleWith(Schema schema) booleanisSameSchema(Schema schema) booleanisSameSchemaIgnoreMapping(Schema schema) voidvoidstatic SchemavoidsetPojoNamespace(String pojoNamespace) voidsetSchemaName(String schemaName) toString()voidwriteSchema(DataOutputStream dataOutputStream)
-
Konstruktordetails
-
Schema
public Schema() -
Schema
- Löst aus:
IOException
-
Schema
- Löst aus:
IOException
-
-
Methodendetails
-
create
-
create
-
parse
-
checkName
-
checkColumnName
-
getSchemaData
public byte[] getSchemaData() -
writeSchema
- Löst aus:
IOException
-
getDatabases
-
getDatabase
-
addDatabase
-
getPojoNamespace
-
setPojoNamespace
-
getSchemaName
-
setSchemaName
-
getSchemaVersion
public int getSchemaVersion() -
isCompatibleWith
-
isSameSchema
- Löst aus:
IOException
-
isSameSchemaIgnoreMapping
-
merge
-
checkModel
public boolean checkModel() -
mapSchema
public void mapSchema() -
getMappingIds
-
toString
-
getSchemaDefinition
-