Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeLite/SeLite
/ types & classes
Types & classes
47 in github.com/SeLite/SeLite
⨍
Functions
186
◇
Types & classes
47
Class
App
filter/src/com/googlecode/selite/filter/App.java:21
Class
AppListedTables
filter/src/com/googlecode/selite/filter/AppListedTables.java:22
Class
CharReader
filter/src/com/googlecode/selite/filter/CharReader.java:27
Class
CharSequenceContinuous
filter/src/com/googlecode/selite/filter/CharSequenceContinuous.java:24
Class
CharSequenceManager
This helps to process regular expressions across a continuous input stream which may or may not be loaded fully in memory.
filter/src/com/googlecode/selite/filter/CharSequenceManager.java:47
Class
CharSequenceManagerContinuous
filter/src/com/googlecode/selite/filter/CharSequenceManagerContinuous.java:31
Class
CharSequenceManagerInMemory
filter/src/com/googlecode/selite/filter/CharSequenceManagerInMemory.java:26
Enum
Db
filter/src/com/googlecode/selite/filter/Db.java:19
Class
DbField
filter/src/com/googlecode/selite/filter/Run.java:96
Class
ExportTableName
filter/src/com/googlecode/selite/filter/apps/Moodle.java:43
Class
Field
There are two different types of usage of instances of Field: - runtime fields (parameters), defined mostly in Run class - application fields (param
filter/src/com/googlecode/selite/filter/Field.java:38
Class
FieldNonSingleton
filter/src/com/googlecode/selite/filter/FieldNonSingleton.java:19
Class
FieldSingleton
filter/src/com/googlecode/selite/filter/FieldSingleton.java:19
Class
Filter
filter/src/com/googlecode/selite/filter/Filter.java:19
Class
FilterBackslashQuote
Replace \' with '' and \\ with \ anywhere within string literals '...'. It can be used for both schema (e.g. default values) and data. Needed for MyS
filter/src/com/googlecode/selite/filter/FilterBackslashQuote.java:28
Class
FilterComments
This removes lines starting with '--', but only if they are not in SQL string values (between apostrophes). Some string values (e.g. encryption certi
filter/src/com/googlecode/selite/filter/FilterComments.java:26
Class
FilterDataCleanup
Before you apply this filter, you must apply FilterComments first. That's because an SQL comment can contain apostrophe(s). If there was a valid SQL
filter/src/com/googlecode/selite/filter/FilterDataCleanup.java:26
Class
FilterDataSerial
Before you apply this filter, you must apply FilterComments first. That's because an SQL comment can contain apostrophe(s). If there was a valid SQL
filter/src/com/googlecode/selite/filter/FilterDataSerial.java:26
Class
FilterExtraNewLines
Before you apply this filter, you must apply FilterComments first. See docs of FilterUnusedInserts for explanation.
filter/src/com/googlecode/selite/filter/FilterExtraNewLines.java:25
Class
FilterGroup
filter/src/com/googlecode/selite/filter/FilterGroup.java:23
Class
FilterRemover
This removes lines starting with '--', but only if they are not in SQL string values (between apostrophes). Some string values (e.g. encryption certi
filter/src/com/googlecode/selite/filter/FilterRemover.java:26
Class
FilterRemoverByPattern
filter/src/com/googlecode/selite/filter/FilterRemoverByPattern.java:22
Class
FilterReplace
Instances of subclasses must work well even if the output is processed through them again (as new input) one or several times.
filter/src/com/googlecode/selite/filter/FilterReplace.java:26
Class
FilterReplacePreserveLiterals
Instances of subclasses must work well even if the output is processed through them again (as new input) one or several times.
filter/src/com/googlecode/selite/filter/FilterReplacePreserveLiterals.java:26
Class
FilterSchemaCleanup
Before you apply this filter, you must apply FilterComments first. That's because an SQL comment can contain apostrophe(s). If there was a valid SQL
filter/src/com/googlecode/selite/filter/FilterSchemaCleanup.java:28
Class
FilterSchemaSerial
This replaces serial/autoincremented/sequence-based columns of integer family with SQLite autoincrement primary column. There can be max. one such co
filter/src/com/googlecode/selite/filter/FilterSchemaSerial.java:31
Class
FilterUnusedInserts
Before you apply this filter, you must apply FilterComments first. That's because an SQL comment can contain apostrophe(s). If there was a valid SQL
filter/src/com/googlecode/selite/filter/FilterUnusedInserts.java:26
Class
FilterUnusedTables
Before you apply this filter, you must apply FilterComments first. That's because an SQL comment can contain apostrophe(s). If there was a valid SQL
filter/src/com/googlecode/selite/filter/FilterUnusedTables.java:26
Class
FilterUnusedViews
Before you apply this filter, you must apply FilterComments first. That's because an SQL comment can contain apostrophe(s). If there was a valid SQL
filter/src/com/googlecode/selite/filter/FilterUnusedViews.java:26
Class
FixedStartResult
Used as a result of FilterRemover.processFixedStart(). Fields here are described in context of/relative to respective parameters to FilterRemover.pro
filter/src/com/googlecode/selite/filter/FilterRemover.java:30
Class
GeneralVersion
Not Serializable - no need for that.
filter/src/com/googlecode/selite/filter/GeneralVersion.java:28
Class
HeapReserve
Size of heap memory reserve in bytes .
filter/src/com/googlecode/selite/filter/Run.java:113
Class
MaxMatchLength
Number of characters of the longest matcheable sequence for any filter.
filter/src/com/googlecode/selite/filter/App.java:48
Class
Moodle
filter/src/com/googlecode/selite/filter/apps/Moodle.java:32
Class
MysqlMain
filter/src/com/googlecode/selite/filter/FilterSchemaCleanup.java:70
Class
MysqlStartValue
filter/src/com/googlecode/selite/filter/FilterSchemaSerial.java:92
Class
MysqlTableOptions
filter/src/com/googlecode/selite/filter/FilterSchemaCleanup.java:43
Class
Postgres
filter/src/com/googlecode/selite/filter/FilterSchemaCleanup.java:29
Class
RemovedTableNamesPattern
Regex subpattern that will match all table names to remove, and it won't match any table names to keep in the export. That partial regex patt
filter/src/com/googlecode/selite/filter/App.java:32
Class
RemovedViewNamesPattern
Regex subpattern that will match all view names to remove, and it won't match any view names to keep in the export. That partial regex patter
filter/src/com/googlecode/selite/filter/App.java:42
Class
Run
Not thread-safe - that's fine.
filter/src/com/googlecode/selite/filter/Run.java:41
Class
Shared
filter/src/com/googlecode/selite/filter/FilterSchemaSerial.java:32
Enum
StreamSequence
filter/src/com/googlecode/selite/filter/CharSequenceManager.java:65
Class
TablePrefix
filter/src/com/googlecode/selite/filter/apps/Moodle.java:35
Enum
Usage
filter/src/com/googlecode/selite/filter/Usage.java:22
Class
UsageField
filter/src/com/googlecode/selite/filter/Run.java:87
Class
Version
filter/src/com/googlecode/selite/filter/apps/Moodle.java:51