Package io.dingodb.sdk.common.table
Interface Table
- All Known Implementing Classes:
TableDefinition
public interface Table
-
Method Summary
Modifier and TypeMethodDescriptionlongdefault intdefault ColumngetColumn(int index) default Columndefault intgetColumnIndex(String name) getColumnIndices(boolean keyOrValue) default longgetName()default intintdefault Stringdefault StringintgetTtl()default longintdefault DingoCommonIdid()
-
Method Details
-
id
-
getName
String getName() -
getColumns
-
getVersion
int getVersion() -
getTtl
int getTtl() -
getPartition
Partition getPartition() -
getEngine
String getEngine() -
getProperties
-
getReplica
int getReplica() -
getAutoIncrement
long getAutoIncrement() -
getCreateSql
String getCreateSql() -
getIndexParameter
IndexParameter getIndexParameter() -
getComment
String getComment() -
getCharset
String getCharset() -
getCollate
String getCollate() -
getCodecVersion
default int getCodecVersion() -
getTableType
-
getRowFormat
-
getCreateTime
default long getCreateTime() -
getUpdateTime
default long getUpdateTime() -
getPrimaryKeyCount
default int getPrimaryKeyCount() -
getColumn
-
getColumn
-
getColumnIndex
-
getKeyColumnIndices
-
getKeyColumns
-
getColumnIndices
-