org.polypheny.prism.NamespaceMetaResponses Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of polypheny-jdbc-driver Show documentation
Show all versions of polypheny-jdbc-driver Show documentation
A standards-compliant JDBC driver for Polypheny-DB.
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: org/polypheny/prism/namespace_meta_responses.proto
package org.polypheny.prism;
public final class NamespaceMetaResponses {
private NamespaceMetaResponses() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
static final com.google.protobuf.Descriptors.Descriptor
internal_static_org_polypheny_prism_NamespacesResponse_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_org_polypheny_prism_NamespacesResponse_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_org_polypheny_prism_EntitiesResponse_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_org_polypheny_prism_EntitiesResponse_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_org_polypheny_prism_Namespace_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_org_polypheny_prism_Namespace_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_org_polypheny_prism_Entity_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_org_polypheny_prism_Entity_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_org_polypheny_prism_Table_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_org_polypheny_prism_Table_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_org_polypheny_prism_Column_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_org_polypheny_prism_Column_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_org_polypheny_prism_PrimaryKey_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_org_polypheny_prism_PrimaryKey_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_org_polypheny_prism_ForeignKey_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_org_polypheny_prism_ForeignKey_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_org_polypheny_prism_Index_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_org_polypheny_prism_Index_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_org_polypheny_prism_Graph_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_org_polypheny_prism_Graph_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_org_polypheny_prism_Document_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_org_polypheny_prism_Document_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n2org/polypheny/prism/namespace_meta_res" +
"ponses.proto\022\023org.polypheny.prism\"H\n\022Nam" +
"espacesResponse\0222\n\nnamespaces\030\001 \003(\0132\036.or" +
"g.polypheny.prism.Namespace\"A\n\020EntitiesR" +
"esponse\022-\n\010entities\030\001 \003(\0132\033.org.polyphen" +
"y.prism.Entity\"n\n\tNamespace\022\026\n\016namespace" +
"_name\030\001 \001(\t\022\031\n\021is_case_sensitive\030\004 \001(\010\022\033" +
"\n\016namespace_type\030\005 \001(\tH\000\210\001\001B\021\n\017_namespac" +
"e_type\"\237\001\n\006Entity\022+\n\005table\030\001 \001(\0132\032.org.p" +
"olypheny.prism.TableH\000\022+\n\005graph\030\002 \001(\0132\032." +
"org.polypheny.prism.GraphH\000\0221\n\010document\030" +
"\003 \001(\0132\035.org.polypheny.prism.DocumentH\000B\010" +
"\n\006Entity\"\334\002\n\005Table\022\026\n\016namespace_name\030\002 \001" +
"(\t\022\022\n\ntable_name\030\003 \001(\t\022\022\n\ntable_type\030\004 \001" +
"(\t\022,\n\007columns\030\006 \003(\0132\033.org.polypheny.pris" +
"m.Column\0229\n\013primary_key\030\007 \001(\0132\037.org.poly" +
"pheny.prism.PrimaryKeyH\000\210\001\001\0225\n\014foreign_k" +
"eys\030\010 \003(\0132\037.org.polypheny.prism.ForeignK" +
"ey\0226\n\rexported_keys\030\t \003(\0132\037.org.polyphen" +
"y.prism.ForeignKey\022+\n\007indexes\030\n \003(\0132\032.or" +
"g.polypheny.prism.IndexB\016\n\014_primary_key\"" +
"\332\003\n\006Column\022\026\n\016namespace_name\030\002 \001(\t\022\022\n\nta" +
"ble_name\030\003 \001(\t\022\023\n\013column_name\030\004 \001(\t\022\021\n\tt" +
"ype_name\030\005 \001(\t\022\030\n\013type_length\030\006 \001(\005H\000\210\001\001" +
"\022\027\n\ntype_scale\030\007 \001(\005H\001\210\001\001\022\023\n\013is_nullable" +
"\030\010 \001(\010\022$\n\027default_value_as_string\030\t \001(\tH" +
"\002\210\001\001\022\024\n\014column_index\030\n \001(\005\022\026\n\tcollation\030" +
"\013 \001(\tH\003\210\001\001\022\021\n\tis_hidden\030\014 \001(\010\022;\n\013column_" +
"type\030\r \001(\0162&.org.polypheny.prism.Column." +
"ColumnType\"G\n\nColumnType\022\017\n\013UNSPECIFIED\020" +
"\000\022\013\n\007REGULAR\020\001\022\016\n\nCALCULATED\020\002\022\013\n\007VERSIO" +
"N\020\003B\016\n\014_type_lengthB\r\n\013_type_scaleB\032\n\030_d" +
"efault_value_as_stringB\014\n\n_collation\"}\n\n" +
"PrimaryKey\022\025\n\rdatabase_name\030\001 \001(\t\022\026\n\016nam" +
"espace_name\030\002 \001(\t\022\022\n\ntable_name\030\003 \001(\t\022,\n" +
"\007columns\030\004 \003(\0132\033.org.polypheny.prism.Col" +
"umn\"\256\002\n\nForeignKey\022&\n\031referenced_namespa" +
"ce_name\030\002 \001(\tH\000\210\001\001\022\035\n\025referenced_table_n" +
"ame\030\003 \001(\t\0227\n\022referenced_columns\030\004 \003(\0132\033." +
"org.polypheny.prism.Column\0224\n\017foreign_co" +
"lumns\030\010 \003(\0132\033.org.polypheny.prism.Column" +
"\022\023\n\013update_rule\030\n \001(\005\022\023\n\013delete_rule\030\013 \001" +
"(\005\022\025\n\010key_name\030\014 \001(\tH\001\210\001\001B\034\n\032_referenced" +
"_namespace_nameB\013\n\t_key_name\"\253\001\n\005Index\022\026" +
"\n\016namespace_name\030\002 \001(\t\022\022\n\ntable_name\030\003 \001" +
"(\t\022\016\n\006unique\030\004 \001(\010\022\022\n\nindex_name\030\005 \001(\t\022," +
"\n\007columns\030\006 \003(\0132\033.org.polypheny.prism.Co" +
"lumn\022\020\n\010location\030\010 \001(\003\022\022\n\nindex_type\030\t \001" +
"(\005\"\007\n\005Graph\"\n\n\010DocumentB\\\n\023org.polypheny" +
".prismB\026NamespaceMetaResponsesP\001Z\031org/po" +
"lypheny/prism;prism\252\002\017Polypheny.Prismb\006p" +
"roto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
});
internal_static_org_polypheny_prism_NamespacesResponse_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_org_polypheny_prism_NamespacesResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_org_polypheny_prism_NamespacesResponse_descriptor,
new java.lang.String[] { "Namespaces", });
internal_static_org_polypheny_prism_EntitiesResponse_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_org_polypheny_prism_EntitiesResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_org_polypheny_prism_EntitiesResponse_descriptor,
new java.lang.String[] { "Entities", });
internal_static_org_polypheny_prism_Namespace_descriptor =
getDescriptor().getMessageTypes().get(2);
internal_static_org_polypheny_prism_Namespace_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_org_polypheny_prism_Namespace_descriptor,
new java.lang.String[] { "NamespaceName", "IsCaseSensitive", "NamespaceType", "NamespaceType", });
internal_static_org_polypheny_prism_Entity_descriptor =
getDescriptor().getMessageTypes().get(3);
internal_static_org_polypheny_prism_Entity_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_org_polypheny_prism_Entity_descriptor,
new java.lang.String[] { "Table", "Graph", "Document", "Entity", });
internal_static_org_polypheny_prism_Table_descriptor =
getDescriptor().getMessageTypes().get(4);
internal_static_org_polypheny_prism_Table_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_org_polypheny_prism_Table_descriptor,
new java.lang.String[] { "NamespaceName", "TableName", "TableType", "Columns", "PrimaryKey", "ForeignKeys", "ExportedKeys", "Indexes", "PrimaryKey", });
internal_static_org_polypheny_prism_Column_descriptor =
getDescriptor().getMessageTypes().get(5);
internal_static_org_polypheny_prism_Column_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_org_polypheny_prism_Column_descriptor,
new java.lang.String[] { "NamespaceName", "TableName", "ColumnName", "TypeName", "TypeLength", "TypeScale", "IsNullable", "DefaultValueAsString", "ColumnIndex", "Collation", "IsHidden", "ColumnType", "TypeLength", "TypeScale", "DefaultValueAsString", "Collation", });
internal_static_org_polypheny_prism_PrimaryKey_descriptor =
getDescriptor().getMessageTypes().get(6);
internal_static_org_polypheny_prism_PrimaryKey_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_org_polypheny_prism_PrimaryKey_descriptor,
new java.lang.String[] { "DatabaseName", "NamespaceName", "TableName", "Columns", });
internal_static_org_polypheny_prism_ForeignKey_descriptor =
getDescriptor().getMessageTypes().get(7);
internal_static_org_polypheny_prism_ForeignKey_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_org_polypheny_prism_ForeignKey_descriptor,
new java.lang.String[] { "ReferencedNamespaceName", "ReferencedTableName", "ReferencedColumns", "ForeignColumns", "UpdateRule", "DeleteRule", "KeyName", "ReferencedNamespaceName", "KeyName", });
internal_static_org_polypheny_prism_Index_descriptor =
getDescriptor().getMessageTypes().get(8);
internal_static_org_polypheny_prism_Index_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_org_polypheny_prism_Index_descriptor,
new java.lang.String[] { "NamespaceName", "TableName", "Unique", "IndexName", "Columns", "Location", "IndexType", });
internal_static_org_polypheny_prism_Graph_descriptor =
getDescriptor().getMessageTypes().get(9);
internal_static_org_polypheny_prism_Graph_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_org_polypheny_prism_Graph_descriptor,
new java.lang.String[] { });
internal_static_org_polypheny_prism_Document_descriptor =
getDescriptor().getMessageTypes().get(10);
internal_static_org_polypheny_prism_Document_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_org_polypheny_prism_Document_descriptor,
new java.lang.String[] { });
}
// @@protoc_insertion_point(outer_class_scope)
}