[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Interface OracleColumnOrBuilder (0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.datastream.v1.OracleColumnOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.datastream.v1.OracleColumnOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.datastream.v1.OracleColumnOrBuilder) \n\n public interface OracleColumnOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getColumn()\n\n public abstract String getColumn()\n\nColumn name.\n\n`string column = 1;`\n\n### getColumnBytes()\n\n public abstract ByteString getColumnBytes()\n\nColumn name.\n\n`string column = 1;`\n\n### getDataType()\n\n public abstract String getDataType()\n\nThe Oracle data type.\n\n`string data_type = 2;`\n\n### getDataTypeBytes()\n\n public abstract ByteString getDataTypeBytes()\n\nThe Oracle data type.\n\n`string data_type = 2;`\n\n### getEncoding()\n\n public abstract String getEncoding()\n\nColumn encoding.\n\n`string encoding = 6;`\n\n### getEncodingBytes()\n\n public abstract ByteString getEncodingBytes()\n\nColumn encoding.\n\n`string encoding = 6;`\n\n### getLength()\n\n public abstract int getLength()\n\nColumn length.\n\n`int32 length = 3;`\n\n### getNullable()\n\n public abstract boolean getNullable()\n\nWhether or not the column can accept a null value.\n\n`bool nullable = 8;`\n\n### getOrdinalPosition()\n\n public abstract int getOrdinalPosition()\n\nThe ordinal position of the column in the table.\n\n`int32 ordinal_position = 9;`\n\n### getPrecision()\n\n public abstract int getPrecision()\n\nColumn precision.\n\n`int32 precision = 4;`\n\n### getPrimaryKey()\n\n public abstract boolean getPrimaryKey()\n\nWhether or not the column represents a primary key.\n\n`bool primary_key = 7;`\n\n### getScale()\n\n public abstract int getScale()\n\nColumn scale.\n\n`int32 scale = 5;`"]]