package
0.0.0-20240730031155-3e6da3d3f09a
Repository: https://github.com/zing22845/go-frm-parser.git
Documentation: pkg.go.dev
# Functions
GetCollationByID returns collations by given id.
NewDefaults offset: uint32(fileInfo._06_KEY_INFO_OFFSET) + fileInfo.KEY_INFO_LENGTH length: uint32(fileInfo._10_RECORD_LENGTH).
NewExtraData creates a new Extra struct offset: fileInfo.DefaultsData.Offset + uint32(fileInfo._10_RECORD_LENGTH) length: fileInfo._37_EXTRA_INFO_LENGTH.
NewKey offset: fileInfo._06_KEY_INFO_OFFSET length: fileInfo.KEY_INFO_LENGTH.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewFileInfo creates a new FileInfo struct.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
DECIAML.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
FILE_INFO_LENGTH is the size of the file header.
FORM_INFO_LENGTH is the length of the form info.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Packing of all keys to prev key.
For full-text search.
Automaticly generated key.
B-tree, default one.
FULLTEXT (MyISAM tables).
HASH keys (HEAP tables).
R-tree, for spatial searches.
Not specified (old file).
Set if not dupplicated records.
NULL in key are cmp as equal.
Pack string key to previous key.
For spatial search.
Check the key for uniqueness.
No description provided by the author
Fulltext index uses [pre]parser.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
new ISAM format.
Reserved for MySQL.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Set by isamchk.
No description provided by the author
No description provided by the author
set by isamchk.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MAX_DATE_WIDTH is the maximum width of a date.
MAX_DATETIME_WIDTH is the maximum width of a datetime.
MAX_TIME_FULL_WIDTH is the maximum width of a time with fractional seconds.
MAX_TIME_WIDTH is the maximum width of a time.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Date/Time types.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
file info is the header of the file ref: https://dbsake.readthedocs.io/en/latest/appendix/frm_format.html#frm-fileinfo-section.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
FieldFlag represents the flags for a field.
GeometryType represents the geometry types.
No description provided by the author
No description provided by the author
HandlerOption represents the HA_OPTION flags.
No description provided by the author
LegacyDBType represents the legacy database types.
MySQLType represents the MySQL field types.
RowType represents the row types.
Utype represents the unireg types.